ports/contrib (3.2): st: removed conflicting terminfo files, FS#1234
commit 2f1e659cccdc11aabf3d40be07e2b07e5b0add74 Author: Fredrik Rinnestam <fredrik@crux.nu> Date: Tue Dec 15 19:32:02 2015 +0100 st: removed conflicting terminfo files, FS#1234 diff --git a/st/.footprint b/st/.footprint index fea74e0..261d4c2 100644 --- a/st/.footprint +++ b/st/.footprint @@ -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 diff --git a/st/Pkgfile b/st/Pkgfile index 56a633a..2e1935f 100644 --- a/st/Pkgfile +++ b/st/Pkgfile @@ -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} }
participants (1)
-
crux@crux.nu