summaryrefslogtreecommitdiffstats
path: root/yacpi/Pkgfile
diff options
context:
space:
mode:
authorpiernov <piernov@piernov.org>2012-04-23 23:53:16 +0200
committerpiernov <piernov@piernov.org>2012-04-23 23:53:16 +0200
commit0f1870b03ecca02df9583c6ac7bfa1e7a9ff4d7c (patch)
treedc6b10b8f28f5396501b32810e8505a7ab0b5dfd /yacpi/Pkgfile
parentf4510b93d47862594351b980352ca80547de8567 (diff)
downloadnutyx-extra-0f1870b03ecca02df9583c6ac7bfa1e7a9ff4d7c.tar.gz
nutyx-extra-0f1870b03ecca02df9583c6ac7bfa1e7a9ff4d7c.tar.bz2
nutyx-extra-0f1870b03ecca02df9583c6ac7bfa1e7a9ff4d7c.tar.xz
nutyx-extra-0f1870b03ecca02df9583c6ac7bfa1e7a9ff4d7c.zip
yacpi 3.0.1-2 correction port
Diffstat (limited to 'yacpi/Pkgfile')
-rw-r--r--yacpi/Pkgfile11
1 files changed, 5 insertions, 6 deletions
diff --git a/yacpi/Pkgfile b/yacpi/Pkgfile
index d4ba505af..d74295c6f 100644
--- a/yacpi/Pkgfile
+++ b/yacpi/Pkgfile
@@ -7,13 +7,12 @@
name=yacpi
version=3.0.1
-release=1
+release=2
source=(http://www.ngolde.de/download/$name-$version.tar.gz)
build() {
-cd $name-$version
- make
- install -d $PKG
- install -D -m 755 $name $PKG
+ cd $name-$version
+ make
+ install -d $PKG/usr/bin
+ install -D -m 755 $name $PKG/usr/bin
}
-