From 0450134d64053982e31068e9980ee8b0b7a73dd8 Mon Sep 17 00:00:00 2001 From: Martin Kepplinger Date: Thu, 16 May 2019 13:31:44 +0200 Subject: [PATCH] x230: move functions.sh to util directory --- x230/build.sh | 2 +- x230/release.sh | 2 +- x230/{ => util}/functions.sh | 0 x230/x230_heads.sh | 2 +- x230/x230_skulls.sh | 2 +- 5 files changed, 4 insertions(+), 4 deletions(-) rename x230/{ => util}/functions.sh (100%) diff --git a/x230/build.sh b/x230/build.sh index 62a57b6..adfb329 100755 --- a/x230/build.sh +++ b/x230/build.sh @@ -1,5 +1,5 @@ #!/bin/bash -source functions.sh +source "util/functions.sh" warn_not_root diff --git a/x230/release.sh b/x230/release.sh index ca35b14..ffa683d 100755 --- a/x230/release.sh +++ b/x230/release.sh @@ -132,7 +132,7 @@ sha256sum ${RELEASE_DIR}/${RELEASE_IMAGE_FILE_2} > "${RELEASE_DIR}/${RELEASE_IMA cp ../SOURCE.md "$RELEASE_DIR" # copy in x230 stuff -cp -a README.md NEWS util LICENSE* functions.sh \ +cp -a README.md NEWS util LICENSE* \ x230_skulls.sh x230_heads.sh \ external_install_bottom.sh external_install_top.sh \ "$RELEASE_DIR" diff --git a/x230/functions.sh b/x230/util/functions.sh similarity index 100% rename from x230/functions.sh rename to x230/util/functions.sh diff --git a/x230/x230_heads.sh b/x230/x230_heads.sh index 04ffb54..fb15d78 100755 --- a/x230/x230_heads.sh +++ b/x230/x230_heads.sh @@ -4,7 +4,7 @@ set -e -source functions.sh +source "util/functions.sh" have_input_image=0 diff --git a/x230/x230_skulls.sh b/x230/x230_skulls.sh index d360fe5..56422cd 100755 --- a/x230/x230_skulls.sh +++ b/x230/x230_skulls.sh @@ -4,7 +4,7 @@ set -e -source functions.sh +source "util/functions.sh" have_input_image=0 request_update=0