readline: removed info pages

This commit is contained in:
Juergen Daubert 2009-05-13 21:20:35 +02:00
parent d3b23de9c3
commit d535de7c24
2 changed files with 2 additions and 6 deletions

View File

@ -25,10 +25,6 @@ drwxr-xr-x root/root usr/man/man3/
-rw-r--r-- root/root usr/man/man3/history.3.gz
-rw-r--r-- root/root usr/man/man3/readline.3.gz
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/info/
-rw-r--r-- root/root usr/share/info/history.info
-rw-r--r-- root/root usr/share/info/readline.info
-rw-r--r-- root/root usr/share/info/rluserman.info
drwxr-xr-x root/root usr/share/readline/
-rw-r--r-- root/root usr/share/readline/excallback.c
-rw-r--r-- root/root usr/share/readline/fileman.c

View File

@ -4,7 +4,7 @@
name=readline
version=6.0
release=1
release=2
source=(http://ftp.gnu.org/gnu/$name/$name-6.0.tar.gz \
inputrc)
@ -14,5 +14,5 @@ build() {
make
make DESTDIR=$PKG install
install -D -m 644 $SRC/inputrc $PKG/etc/inputrc
rm -rf $PKG/usr/info
rm -r $PKG/usr/share/info
}