diff options
author | Jose V Beneyto <sepen@crux.nu> | 2016-01-02 19:42:39 +0000 |
---|---|---|
committer | Jose V Beneyto <sepen@crux.nu> | 2016-01-04 11:21:17 +0100 |
commit | 0981e5df2f4024d733b4fd4438cb39aa30bf6a8c (patch) | |
tree | 40ae47d9be48298802837bd495da26c57227a3b6 /xterm | |
parent | aad8457df7fbd2f948b297699fb74f0ed4353280 (diff) | |
download | opt-0981e5df2f4024d733b4fd4438cb39aa30bf6a8c.tar.gz opt-0981e5df2f4024d733b4fd4438cb39aa30bf6a8c.tar.xz |
xterm: fixed mandir installation
Diffstat (limited to 'xterm')
-rw-r--r-- | xterm/.footprint | 12 | ||||
-rw-r--r-- | xterm/Pkgfile | 1 |
2 files changed, 6 insertions, 7 deletions
diff --git a/xterm/.footprint b/xterm/.footprint index 69174e922..331889817 100644 --- a/xterm/.footprint +++ b/xterm/.footprint @@ -13,13 +13,13 @@ drwxr-xr-x root/root usr/lib/X11/app-defaults/ -rw-r--r-- root/root usr/lib/X11/app-defaults/UXTerm-color -rw-r--r-- root/root usr/lib/X11/app-defaults/XTerm -rw-r--r-- root/root usr/lib/X11/app-defaults/XTerm-color -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man1/ --rw-r--r-- root/root usr/man/man1/koi8rxterm.1.gz --rw-r--r-- root/root usr/man/man1/resize.1.gz --rw-r--r-- root/root usr/man/man1/uxterm.1.gz --rw-r--r-- root/root usr/man/man1/xterm.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/koi8rxterm.1.gz +-rw-r--r-- root/root usr/share/man/man1/resize.1.gz +-rw-r--r-- root/root usr/share/man/man1/uxterm.1.gz +-rw-r--r-- root/root usr/share/man/man1/xterm.1.gz drwxr-xr-x root/root usr/share/pixmaps/ -rw-r--r-- root/root usr/share/pixmaps/filled-xterm_32x32.xpm -rw-r--r-- root/root usr/share/pixmaps/filled-xterm_48x48.xpm diff --git a/xterm/Pkgfile b/xterm/Pkgfile index 30ffb91d2..e7b19a6cd 100644 --- a/xterm/Pkgfile +++ b/xterm/Pkgfile @@ -15,7 +15,6 @@ build() { [ -z "$BASH_VERSION" ] && patch -p0 -i $SRC/configure.diff ./configure --prefix=/usr \ - --mandir=/usr/man \ --disable-nls \ --enable-256-color \ --enable-wide-chars |