Merge pull request #5326 from lemmi/abcm2ps

abcm2ps: fix destdir
This commit is contained in:
Michael Gehring 2016-12-10 10:52:01 +01:00 committed by GitHub
commit 6a588f1c9f

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)/ = /'
}