summaryrefslogtreecommitdiff
path: root/upx
diff options
context:
space:
mode:
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