Loading makechrootpkg +13 −2 Original line number Diff line number Diff line Loading @@ -152,6 +152,16 @@ if [ "$REPACK" != "1" ]; then rm -rf "$uniondir/build/"* fi # Copy makepkg.conf and ~/.makepkg.conf into the chroot so packager has # all their custom variables set. if [ -r "/etc/makepkg.conf" ]; then rm $uniondir/etc/makepkg.conf cp /etc/makepkg.conf $uniondir/etc/makepkg.conf fi if [ -r ~/.makepkg.conf ]; then cat ~/.makepkg.conf >> $uniondir/etc/makepkg.conf fi source $uniondir/etc/makepkg.conf [ -d "$uniondir/pkgdest" ] || mkdir "$uniondir/pkgdest" Loading Loading @@ -271,4 +281,5 @@ else echo "Build complete" fi # vim:ft=sh:ts=4:sw=4:et: Loading
makechrootpkg +13 −2 Original line number Diff line number Diff line Loading @@ -152,6 +152,16 @@ if [ "$REPACK" != "1" ]; then rm -rf "$uniondir/build/"* fi # Copy makepkg.conf and ~/.makepkg.conf into the chroot so packager has # all their custom variables set. if [ -r "/etc/makepkg.conf" ]; then rm $uniondir/etc/makepkg.conf cp /etc/makepkg.conf $uniondir/etc/makepkg.conf fi if [ -r ~/.makepkg.conf ]; then cat ~/.makepkg.conf >> $uniondir/etc/makepkg.conf fi source $uniondir/etc/makepkg.conf [ -d "$uniondir/pkgdest" ] || mkdir "$uniondir/pkgdest" Loading Loading @@ -271,4 +281,5 @@ else echo "Build complete" fi # vim:ft=sh:ts=4:sw=4:et: