chroot-patch: remove charset.alias if exists.
This commit is contained in:
parent
15f2227373
commit
f0f1e182d2
1 changed files with 4 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'chroot-patch'
|
# Template file for 'chroot-patch'
|
||||||
pkgname=chroot-patch
|
pkgname=chroot-patch
|
||||||
version=2.7.1
|
version=2.7.1
|
||||||
revision=2
|
revision=3
|
||||||
wrksrc="patch-${version}"
|
wrksrc="patch-${version}"
|
||||||
bootstrap=yes
|
bootstrap=yes
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
|
@ -17,4 +17,7 @@ checksum=aae676de9e95051f425af4507fcc9a019941a2a1f78405e7dbd40bccf786aa11
|
||||||
|
|
||||||
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…
Add table
Add a link
Reference in a new issue