Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/create_glibc_shim.sh
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2018-01-28 18:25:52 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2018-01-28 18:25:52 +0100
commit37be8f73669ddadf2259656f656af5f5c5bc39b9 (patch)
tree68fea63a95500245869ebac5537dda5c4401490f /create_glibc_shim.sh
parent164181c1589942d9d1c8e1bf6cbba76974b7e1c7 (diff)
added package descriptions for stage1
added stage1 build script shellchecked all scripts
Diffstat (limited to 'create_glibc_shim.sh')
-rwxr-xr-x[-rw-r--r--]create_glibc_shim.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/create_glibc_shim.sh b/create_glibc_shim.sh
index c8ce59d..d79d41f 100644..100755
--- a/create_glibc_shim.sh
+++ b/create_glibc_shim.sh
@@ -70,7 +70,7 @@ EOF
tar cJvf - .PKGINFO * | xz > ../../glibc-shim-2.26-1-$TARGET_CPU.pkg.tar.xz
cd ../..
- cp -v *.pkg.tar.xz $STAGE1_CHROOT/packages/$TARGET_CPU/.
+ cp -v ./*.pkg.tar.xz $STAGE1_CHROOT/packages/$TARGET_CPU/.
rm -rf $STAGE1_CHROOT/var/cache/pacman/pkg/*
rm -rf $STAGE1_CHROOT/packages/$TARGET_CPU/temp.db*
rm -rf $STAGE1_CHROOT/packages/$TARGET_CPU/temp.files*