mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-02-03 06:07:14 +08:00
fix conflict with texinfo
This commit is contained in:
parent
20e4d61839
commit
1bda30bc83
@ -6,7 +6,7 @@
|
||||
|
||||
pkgname=emacs-nox
|
||||
pkgver=24.3
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc='The Emacs Editor, without X11 support'
|
||||
arch=('x86_64')
|
||||
url="http://www.gnu.org/software/emacs/emacs.html"
|
||||
@ -47,4 +47,7 @@ package() {
|
||||
chmod 775 ${pkgdir}/var/games/emacs
|
||||
chmod 664 ${pkgdir}/var/games/emacs/*
|
||||
chown -R root:games ${pkgdir}/var/games
|
||||
|
||||
# fix conflict with texinfo
|
||||
rm ${pkgdir}/usr/share/info/info.info.gz
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user