xiate: support suckless-type config.h scheme

This commit is contained in:
maxice8 2019-01-18 03:15:39 -02:00
parent fb559b7085
commit 2be6a1f63f
No known key found for this signature in database
GPG Key ID: 543B9D4F4299F06B
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@ checksum=2f7317cc71849cdbf31479be224f9ed20fce25d2fa8320885a5294ed2101411b
pre_configure() {
cp config.def.h config.h
[ -e ${FILESDIR}/config.h ] && cp ${FILESDIR}/config.h config.h
sed -i 's;/usr/local;/usr;g' Makefile
}