summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVladimir Kosteley2015-11-17 12:51:51 +0600
committerVladimir Kosteley2015-11-17 12:51:51 +0600
commit4c9fcf10d0e0909cfc9f3b731c7c1ce6cfd3cb73 (patch)
tree44e83567339b336cc106d940e29586e9a5018e54
parent448751b6651070cd1c9ab0d4d173b0fca5aedd0f (diff)
downloadaur-4c9fcf10d0e0909cfc9f3b731c7c1ce6cfd3cb73.tar.gz
make install
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b112a2d65f85..bae8e5ecae6c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -32,5 +32,6 @@ build() {
}
package() {
+ cd "$srcdir/build-$_pkgname"
make install/strip
}