summaryrefslogtreecommitdiffstats
path: root/base/pkg-get-awk/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'base/pkg-get-awk/Pkgfile')
-rw-r--r--base/pkg-get-awk/Pkgfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/pkg-get-awk/Pkgfile b/base/pkg-get-awk/Pkgfile
index 166c20f61..d47a1b130 100644
--- a/base/pkg-get-awk/Pkgfile
+++ b/base/pkg-get-awk/Pkgfile
@@ -2,7 +2,6 @@
# URL: http://www.nutyx.org
# Maintainer: NuTyX core team
# Packager: guy_
-# Depends on: gawk
name=pkg-get-awk
version=0.3.2
@@ -19,6 +18,7 @@ build() {
ln -s pkg-get.awk $PKG/usr/bin/pkg-get
mkdir -p $PKG/etc
install -m 664 pkg-get-awk.conf $PKG/etc
+ sed -i "s/uname-m/`uname -m`/g" $PKG/etc/pkg-get-awk.conf
ln -s pkg-get-awk.conf $PKG/etc/pkg-get.conf
mkdir -p $PKG/usr/share/locale/en/LC_MESSAGES
install -m 644 pkg-get.mo $PKG/usr/share/locale/en/LC_MESSAGES