Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/makepkg4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/makepkg b/scripts/makepkg
index 6b578524..989e6375 100755
--- a/scripts/makepkg
+++ b/scripts/makepkg
@@ -133,7 +133,7 @@ handledeps() {
fi
sudo pacman -D $deplist
if [ "$INFAKEROOT" = "1" ]; then
- FAKEROOTKEY=$FAKEROOTKEY2
+ export FAKEROOTKEY=$FAKEROOTKEY2
unset FAKEROOTKEY2
fi
if [ "$?" = "127" ]; then
@@ -738,7 +738,7 @@ elif [ "$RMDEPS" = "1" -a "$DEP_SUDO" = "1" ]; then
fi
sudo pacman -R $makedeplist $deplist
if [ "$INFAKEROOT" = "1" ]; then
- FAKEROOTKEY=$FAKEROOTKEY2
+ export FAKEROOTKEY=$FAKEROOTKEY2
unset FAKEROOTKEY2
fi
fi