summaryrefslogtreecommitdiffstats
path: root/base/pkg-get-awk/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2011-02-06 18:33:24 +0100
committertnut <thierryn1 at hispeed dot ch>2011-02-06 18:33:24 +0100
commite93f7441c3c63340e47e0354591894dbc44a4a59 (patch)
treee01d224bee7d5fb1b085754ab10badec2efb5854 /base/pkg-get-awk/Pkgfile
parent03d5570085a2e57c1a353f9e2c07995999298c22 (diff)
downloadnutyx-pakxe-e93f7441c3c63340e47e0354591894dbc44a4a59.tar.gz
nutyx-pakxe-e93f7441c3c63340e47e0354591894dbc44a4a59.tar.bz2
nutyx-pakxe-e93f7441c3c63340e47e0354591894dbc44a4a59.tar.xz
nutyx-pakxe-e93f7441c3c63340e47e0354591894dbc44a4a59.zip
pkg-get-awk, maj 0.3.1-1
Diffstat (limited to 'base/pkg-get-awk/Pkgfile')
-rw-r--r--base/pkg-get-awk/Pkgfile6
1 files changed, 4 insertions, 2 deletions
diff --git a/base/pkg-get-awk/Pkgfile b/base/pkg-get-awk/Pkgfile
index 4948d502b..25cacd217 100644
--- a/base/pkg-get-awk/Pkgfile
+++ b/base/pkg-get-awk/Pkgfile
@@ -6,7 +6,7 @@
name=pkg-get-awk
version=0.3.1
-release=3
+release=4
source=(syn pkg-get.awk pkg-get-awk.conf pkg-get.po)
PKGMK_KEEP_LOCALES=yes
@@ -16,8 +16,10 @@ build() {
mkdir -p $PKG/usr/bin
install -m 755 pkg-get.awk $PKG/usr/bin
install -m 755 syn $PKG/usr/bin/syn.awk
+ ln -s pkg-get.awk $PKG/usr/bin/pkg-get
mkdir -p $PKG/etc
- install -m 664 pkg-get-awk.conf $PKG/etc
+ install -m 664 pkg-get-awk.conf $PKG/etc
+ 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
}