abcm2ps: fix destdir

This commit is contained in:
lemmi 2016-12-10 07:30:53 +01:00
parent f46f993b94
commit 696ab03944
1 changed files with 4 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'abcm2ps'
pkgname=abcm2ps
version=8.12.9
revision=1
revision=2
build_style=configure
hostmakedepends="pkg-config"
makedepends="pango-devel"
@ -17,4 +17,7 @@ pre_configure() {
-e 's/CFLAGS=.*/CFLAGS=\"${CFLAGS}\"/' \
-e 's:prefix=/usr/local:prefix=/usr:' \
-e 's/CC=.*/CC=${CC}/'
sed -i Makefile.in \
-e 's/ = $(DESTDIR)/ = /'
}