summaryrefslogtreecommitdiffstats
path: root/PKGBUILD.proto
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD.proto')
-rw-r--r--PKGBUILD.proto2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD.proto b/PKGBUILD.proto
index 9e4b69a0..32655306 100644
--- a/PKGBUILD.proto
+++ b/PKGBUILD.proto
@@ -29,7 +29,7 @@ build() {
./configure --prefix=/usr
make || return 1
- make DESTDIR="$pkgdir" install
+ make DESTDIR="$pkgdir/" install
}
# vim:set ts=2 sw=2 et: