summaryrefslogtreecommitdiffstats
path: root/base/pkg-get/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'base/pkg-get/Pkgfile')
-rw-r--r--base/pkg-get/Pkgfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/pkg-get/Pkgfile b/base/pkg-get/Pkgfile
index c336e79eb..204985eb1 100644
--- a/base/pkg-get/Pkgfile
+++ b/base/pkg-get/Pkgfile
@@ -16,7 +16,7 @@ ARCH_=`uname -m`
mv $PKG/usr/{man,share/man}
rm $PKG/etc/pkg-get.conf
rm $PKG/usr/bin/pkg-get
- if [ "$ARCH" == "x86_64" ]; then
+ if [ "$ARCH_" == "x86_64" ]; then
sed -i "s/i686/x86_64/" $PKG/usr/bin/pkg-repgen
fi
}