1
0
forked from ports/contrib

st: removed conflicting terminfo files, FS#1234

This commit is contained in:
Fredrik Rinnestam 2015-12-15 19:32:02 +01:00
parent 397f5651a2
commit 2f1e659ccc
2 changed files with 6 additions and 7 deletions

View File

@ -1,13 +1,11 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/st
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/st.1.gz
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man1/
-rw-r--r-- root/root usr/share/man/man1/st.1.gz
drwxr-xr-x root/root usr/share/terminfo/
drwxr-xr-x root/root usr/share/terminfo/s/
-rw-r--r-- root/root usr/share/terminfo/s/st
-rw-r--r-- root/root usr/share/terminfo/s/st-256color
-rw-r--r-- root/root usr/share/terminfo/s/st-meta
-rw-r--r-- root/root usr/share/terminfo/s/st-meta-256color

View File

@ -5,7 +5,7 @@
name=st
version=0.5
release=2
release=3
source=(http://dl.suckless.org/st/$name-$version.tar.gz config.h)
build () {
@ -15,7 +15,8 @@ build () {
mkdir -p $PKG/usr/share/terminfo
make DESTDIR=$PKG \
PREFIX=/usr \
MANPREFIX=/usr/man \
MANPREFIX=/usr/share/man \
TERMINFO=$PKG/usr/share/terminfo \
install
rm $PKG/usr/share/terminfo/s/{st,st-256color}
}