index : bootstrap32 | |
Archlinux32 bootstrap scripts | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2018-02-17 09:57:35 +0100 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2018-02-17 09:57:35 +0100 |
commit | f196c39e26f58a561f5c127cba0734f488612c5c (patch) | |
tree | 045da57395e4e1b4f71379c7fe78d3f18baa2684 /create_gcc-lib_shim.sh | |
parent | afcf6e9a9d006a2697c92b1069af97708a281a36 (diff) |
-rwxr-xr-x | create_gcc-lib_shim.sh | 2 |
diff --git a/create_gcc-lib_shim.sh b/create_gcc-lib_shim.sh index a741809..70e4d9c 100755 --- a/create_gcc-lib_shim.sh +++ b/create_gcc-lib_shim.sh @@ -1,5 +1,6 @@ #!/bin/sh +# shellcheck source=./default.conf . "./default.conf" # the gcc-lib shim @@ -35,6 +36,7 @@ arch = $TARGET_CPU EOF cd pkg/gcc-libs-shim || exit 1 + # shellcheck disable=SC2035 tar cJvf - .PKGINFO * | xz > ../../gcc-libs-shim-7.2.0-1-$TARGET_CPU.pkg.tar.xz cd ../.. || exit 1 |