Browse Source

x230: move functions.sh to util directory

pull/102/head
Martin Kepplinger 5 years ago
parent
commit
0450134d64
5 changed files with 4 additions and 4 deletions
  1. +1
    -1
      x230/build.sh
  2. +1
    -1
      x230/release.sh
  3. +0
    -0
      x230/util/functions.sh
  4. +1
    -1
      x230/x230_heads.sh
  5. +1
    -1
      x230/x230_skulls.sh

+ 1
- 1
x230/build.sh View File

@ -1,5 +1,5 @@
#!/bin/bash
source functions.sh
source "util/functions.sh"
warn_not_root


+ 1
- 1
x230/release.sh View File

@ -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"


x230/functions.sh → x230/util/functions.sh View File


+ 1
- 1
x230/x230_heads.sh View File

@ -4,7 +4,7 @@
set -e
source functions.sh
source "util/functions.sh"
have_input_image=0


+ 1
- 1
x230/x230_skulls.sh View File

@ -4,7 +4,7 @@
set -e
source functions.sh
source "util/functions.sh"
have_input_image=0
request_update=0


Loading…
Cancel
Save