index : bootstrap32 | |
Archlinux32 bootstrap scripts | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2018-02-22 11:31:06 +0100 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2018-02-22 11:31:06 +0100 |
commit | c0d2fbfd31227e114abbd2440a7ac99ee606f1e9 (patch) | |
tree | 493a7600b39cb9cf8c90318254c83208ef6e6309 /build_stage1_package.sh | |
parent | fd8bbbc755c8dd44fd6ffe0c3f065600f2eb569f (diff) |
-rwxr-xr-x | build_stage1_package.sh | 4 |
diff --git a/build_stage1_package.sh b/build_stage1_package.sh index 53cfae9..af4016c 100755 --- a/build_stage1_package.sh +++ b/build_stage1_package.sh @@ -116,8 +116,8 @@ if test "$(pacman --config "$STAGE1_CHROOT/etc/pacman.conf" -r "$STAGE1_CHROOT" # there, packages seem to reappear in old versions) 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* + rm -rf $STAGE1_CHROOT/packages/$TARGET_CPU/temp.db* + rm -rf $STAGE1_CHROOT/packages/$TARGET_CPU/temp.files* repo-add $STAGE1_CHROOT/packages/$TARGET_CPU/temp.db.tar.gz $STAGE1_CHROOT/packages/$TARGET_CPU/*pkg.tar.xz # install into chroot via pacman |