diff options
author | Geoffroy Carrier <geoffroy.carrier@koon.fr> | 2008-05-26 23:35:28 +0200 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2008-05-29 13:37:21 +0200 |
commit | b32aa81b5eb00b5e07295f6bdfeb294a340842b8 (patch) | |
tree | efd5dac21ba64ef074de25bc6ed044689d23b7b8 | |
parent | 62ee1bfff08b358a11e08194adc5774a8a1cdf51 (diff) | |
download | pacman-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>
-rw-r--r-- | PKGBUILD.proto | 2 |
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: |