groff: Don't install charset.alias.

This commit is contained in:
Alexpux
2014-06-13 17:32:38 +04:00
parent b7d5931e85
commit 4d4f40b02a
2 changed files with 4 additions and 4 deletions

View File

@@ -2,7 +2,7 @@
pkgname=groff
pkgver=1.22.2
pkgrel=1
pkgrel=2
pkgdesc="GNU troff text-formatting system"
arch=('i686' 'x86_64')
url="http://www.gnu.org/software/groff/groff.html"
@@ -32,7 +32,7 @@ prepare() {
build() {
cd $srcdir/$pkgname-$pkgver
./configure --prefix=/usr --without-x
./configure --prefix=/usr --without-x
make
}
@@ -45,7 +45,7 @@ package() {
cd $srcdir/$pkgname-$pkgver
make DESTDIR=$pkgdir install
#rm -f $pkgdir/usr/lib/charset.alias
rm -f $pkgdir/usr/lib/charset.alias
# FS33760 - TERMCAP variables not followed
# TODO: everyone is doing this - find out why upstream does not...

View File

@@ -1,4 +1,4 @@
infodir=/usr/share/info
infodir=usr/share/info
filelist=(groff.info groff.info-1 groff.info-2 groff.info-3)
post_install() {