summaryrefslogtreecommitdiffstats
path: root/yacpi/Pkgfile
diff options
context:
space:
mode:
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
}
-