abcm2ps: fix destdir
This commit is contained in:
parent
f46f993b94
commit
696ab03944
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'abcm2ps'
|
# Template file for 'abcm2ps'
|
||||||
pkgname=abcm2ps
|
pkgname=abcm2ps
|
||||||
version=8.12.9
|
version=8.12.9
|
||||||
revision=1
|
revision=2
|
||||||
build_style=configure
|
build_style=configure
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="pango-devel"
|
makedepends="pango-devel"
|
||||||
|
@ -17,4 +17,7 @@ pre_configure() {
|
||||||
-e 's/CFLAGS=.*/CFLAGS=\"${CFLAGS}\"/' \
|
-e 's/CFLAGS=.*/CFLAGS=\"${CFLAGS}\"/' \
|
||||||
-e 's:prefix=/usr/local:prefix=/usr:' \
|
-e 's:prefix=/usr/local:prefix=/usr:' \
|
||||||
-e 's/CC=.*/CC=${CC}/'
|
-e 's/CC=.*/CC=${CC}/'
|
||||||
|
|
||||||
|
sed -i Makefile.in \
|
||||||
|
-e 's/ = $(DESTDIR)/ = /'
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue