emacs: don't install /usr/share/info/info.info.gz, it belongs to texinfo

This commit is contained in:
Christian Neukirchen 2014-08-22 16:17:02 +02:00
parent 148a1a1578
commit a0262f7b8d
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'emacs'
pkgname=emacs
version=24.3
revision=7
revision=8
hostmakedepends="pkg-config"
makedepends="ncurses-devel libXaw-devel gtk+-devel"
depends="emacs-common-${version}_${revision}"
@ -135,13 +135,13 @@ do_install() {
emacs-common_package() {
short_desc+=" - common files"
depends="texinfo"
noarch=yes
pkg_install() {
vmove usr/share/emacs
vmove usr/share/man
vmove usr/share/info
vmove var/games/emacs
rm -f ${PKGDESTDIR}/usr/share/info/info.info.gz
}
}