encodings: revbump to update metadata objs.
This commit is contained in:
parent
d952697590
commit
65ac71378a
|
@ -1,8 +1,8 @@
|
||||||
# Template build file for 'encodings'.
|
# Template build file for 'encodings'.
|
||||||
pkgname=encodings
|
pkgname=encodings
|
||||||
version=1.0.4
|
version=1.0.4
|
||||||
revision=4
|
revision=5
|
||||||
noarch="yes"
|
noarch=yes
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="pkg-config font-util"
|
hostmakedepends="pkg-config font-util"
|
||||||
depends="font-util"
|
depends="font-util"
|
||||||
|
@ -16,7 +16,6 @@ checksum=ced6312988a45d23812c2ac708b4595f63fd7a49c4dcd9f66bdcd50d1057d539
|
||||||
pre_build() {
|
pre_build() {
|
||||||
sed -e 's|^\(encodings_DATA = $(DATA_FILES)\).*|\1|' -i Makefile
|
sed -e 's|^\(encodings_DATA = $(DATA_FILES)\).*|\1|' -i Makefile
|
||||||
}
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
# encodings.dir are generated at pkg post-install time.
|
# encodings.dir are generated at pkg post-install time.
|
||||||
find ${DESTDIR} -name encodings.dir -delete
|
find ${DESTDIR} -name encodings.dir -delete
|
||||||
|
|
Loading…
Reference in New Issue