Add trailing / to DESTDIR for stupid Makefiles.

Signed-off-by: Xavier Chantry <shiningxc@gmail.com>
Signed-off-by: Dan McGee <dan@archlinux.org>
This commit is contained in:
Geoffroy Carrier 2008-05-26 23:35:28 +02:00 committed by Dan McGee
parent 62ee1bfff0
commit b32aa81b5e

View File

@ -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: