summaryrefslogtreecommitdiffstats
path: root/PKGBUILD.proto
diff options
context:
space:
mode:
authorGeoffroy Carrier <geoffroy.carrier@koon.fr>2008-05-26 23:35:28 +0200
committerDan McGee <dan@archlinux.org>2008-05-29 13:37:21 +0200
commitb32aa81b5eb00b5e07295f6bdfeb294a340842b8 (patch)
treeefd5dac21ba64ef074de25bc6ed044689d23b7b8 /PKGBUILD.proto
parent62ee1bfff08b358a11e08194adc5774a8a1cdf51 (diff)
downloadpacman-b32aa81b5eb00b5e07295f6bdfeb294a340842b8.tar.gz
pacman-b32aa81b5eb00b5e07295f6bdfeb294a340842b8.tar.xz
Add trailing / to DESTDIR for stupid Makefiles.
Signed-off-by: Xavier Chantry <shiningxc@gmail.com> Signed-off-by: Dan McGee <dan@archlinux.org>
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: