summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index acf61dc79ab6..29350ae825fa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -34,7 +34,7 @@ build() {
}
package() {
- cd asf/out/result
+ cd "${pkgname}/out/result"
install -d -m 755 "${pkgdir}/usr/lib/asf"
cp -rdp --no-preserve=ownership . "${pkgdir}/usr/lib/asf"
install -D -m755 ../../run.sh "${pkgdir}/usr/bin/asf"