chroot-m4: remove charset.alias if exists.
This commit is contained in:
parent
ea17b5656f
commit
cc7073af55
@ -1,7 +1,7 @@
|
|||||||
# Template build file for 'chroot-m4'.
|
# Template build file for 'chroot-m4'.
|
||||||
pkgname=chroot-m4
|
pkgname=chroot-m4
|
||||||
version=1.4.17
|
version=1.4.17
|
||||||
revision=1
|
revision=2
|
||||||
wrksrc="m4-${version}"
|
wrksrc="m4-${version}"
|
||||||
bootstrap=yes
|
bootstrap=yes
|
||||||
conflicts="m4>=0"
|
conflicts="m4>=0"
|
||||||
@ -16,4 +16,7 @@ checksum=8e4e1f963932136ed45dcd5afb0c6e237e96a6fcdcd2a2fa6755040859500d70
|
|||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
rm -rf ${DESTDIR}/usr/share
|
rm -rf ${DESTDIR}/usr/share
|
||||||
|
if [ -f ${DESTDIR}/usr/lib/charset.alias ]; then
|
||||||
|
rm -f ${DESTDIR}/usr/lib/charset.alias
|
||||||
|
fi
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user