chroot-texinfo: remove charset.alias if exists.
This commit is contained in:
parent
43d1adcc51
commit
ea17b5656f
1 changed files with 4 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'chroot-texinfo'
|
# Template file for 'chroot-texinfo'
|
||||||
pkgname=chroot-texinfo
|
pkgname=chroot-texinfo
|
||||||
version=4.13a
|
version=4.13a
|
||||||
revision=3
|
revision=4
|
||||||
wrksrc="texinfo-4.13"
|
wrksrc="texinfo-4.13"
|
||||||
bootstrap=yes
|
bootstrap=yes
|
||||||
hostmakedepends="ncurses-devel"
|
hostmakedepends="ncurses-devel"
|
||||||
|
@ -35,4 +35,7 @@ do_install() {
|
||||||
rm -f ${DESTDIR}/usr/bin/info
|
rm -f ${DESTDIR}/usr/bin/info
|
||||||
rm -f ${DESTDIR}/usr/bin/infokey
|
rm -f ${DESTDIR}/usr/bin/infokey
|
||||||
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