diff options
author | Fredrik Rinnestam <fredrik@crux.nu> | 2015-07-25 21:15:45 +0200 |
---|---|---|
committer | Fredrik Rinnestam <fredrik@crux.nu> | 2015-07-25 21:15:45 +0200 |
commit | 8c0cc8915d60d3feb021c309e6967a0557a067ae (patch) | |
tree | 2a4cb8249855130bf6ef1e07ddf1867f87a3b643 /readline | |
parent | d5216a37e0eeb802c17b3821f3a5799a57181bb4 (diff) | |
download | core-8c0cc8915d60d3feb021c309e6967a0557a067ae.tar.gz core-8c0cc8915d60d3feb021c309e6967a0557a067ae.tar.xz |
readline: move man-pages to /usr/share/man
Diffstat (limited to 'readline')
-rw-r--r-- | readline/.footprint | 8 | ||||
-rw-r--r-- | readline/Pkgfile | 4 |
2 files changed, 6 insertions, 6 deletions
diff --git a/readline/.footprint b/readline/.footprint index ebc06ab5..afefd060 100644 --- a/readline/.footprint +++ b/readline/.footprint @@ -22,11 +22,11 @@ drwxr-xr-x root/root usr/lib/ lrwxrwxrwx root/root usr/lib/libhistory.so -> ../../lib/libhistory.so.6.3 -rw-r--r-- root/root usr/lib/libreadline.a lrwxrwxrwx root/root usr/lib/libreadline.so -> ../../lib/libreadline.so.6.3 -drwxr-xr-x root/root usr/man/ -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/man/ +drwxr-xr-x root/root usr/share/man/man3/ +-rw-r--r-- root/root usr/share/man/man3/history.3.gz +-rw-r--r-- root/root usr/share/man/man3/readline.3.gz 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 diff --git a/readline/Pkgfile b/readline/Pkgfile index e87738e0..4b8c6a2d 100644 --- a/readline/Pkgfile +++ b/readline/Pkgfile @@ -5,7 +5,7 @@ name=readline version=6.3.8 -release=1 +release=2 source=(http://ftp.gnu.org/gnu/$name/$name-${version:0:3}.tar.gz \ $name-$version.patch.gz inputrc) @@ -14,7 +14,7 @@ build() { gunzip -c $SRC/$name-$version.patch.gz | patch -p0 - ./configure --prefix=/usr --mandir=/usr/man + ./configure --prefix=/usr make -j1 SHLIB_LIBS=-lncurses make -j1 DESTDIR=$PKG install |