summaryrefslogtreecommitdiff
path: root/upx
diff options
context:
space:
mode:
authorDanny Rawlins <romster@shortcircuit.net.au>2007-10-30 00:52:55 +1100
committerDanny Rawlins <romster@shortcircuit.net.au>2007-10-30 00:54:16 +1100
commite7fb463328d569ded76f6b22e063c67737d88162 (patch)
tree16dae813e106ab62b551014d12e88995c48e6d4f /upx
parent0ae1334e851f208a5e52781a9c2a31027fd3a940 (diff)
downloadcontrib-e7fb463328d569ded76f6b22e063c67737d88162.tar.gz
contrib-e7fb463328d569ded76f6b22e063c67737d88162.tar.xz
upx: Pkgfile cleanup
Diffstat (limited to 'upx')
-rw-r--r--upx/Pkgfile8
1 files changed, 4 insertions, 4 deletions
diff --git a/upx/Pkgfile b/upx/Pkgfile
index 3bac6f4b2..8aa09b051 100644
--- a/upx/Pkgfile
+++ b/upx/Pkgfile
@@ -11,9 +11,9 @@ source=(http://upx.sourceforge.net/download/upx-$version-src.tar.bz2)
build() {
cd upx-$version-src
- (cd doc; make; cd ..)
- (cd src; make; cd ..)
- install -D -m644 doc/upx.1 $PKG/usr/man/man1/upx.1
- install -D -m755 src/upx.out $PKG/usr/bin/upx
+ (cd doc; make)
+ (cd src; make)
+ install -D -m 644 doc/upx.1 $PKG/usr/man/man1/upx.1
+ install -D -m 755 src/upx.out $PKG/usr/bin/upx
}

Generated by cgit