summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD.proto2
1 files changed, 2 insertions, 0 deletions
diff --git a/PKGBUILD.proto b/PKGBUILD.proto
index 01345742..b4d9c94b 100644
--- a/PKGBUILD.proto
+++ b/PKGBUILD.proto
@@ -34,6 +34,8 @@ build() {
}
package() {
+ cd "$srcdir/$pkgname-$pkgver"
+
make DESTDIR="$pkgdir/" install
}