diff options
author | tnut <thierryn1 at hispeed dot ch> | 2009-12-03 00:06:57 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2009-12-03 00:06:57 +0100 |
commit | 2404edc4ff75421bce167425c987e231a4f7edb0 (patch) | |
tree | 8c474e3a13341f9360defc622bbcd4d777cc7a9b | |
parent | e7235cdb9f2de096a71910d1a4442cda9e8782ea (diff) | |
download | nutyx-pakxe-2404edc4ff75421bce167425c987e231a4f7edb0.tar.gz nutyx-pakxe-2404edc4ff75421bce167425c987e231a4f7edb0.tar.bz2 nutyx-pakxe-2404edc4ff75421bce167425c987e231a4f7edb0.tar.xz nutyx-pakxe-2404edc4ff75421bce167425c987e231a4f7edb0.zip |
maj screen#4.0.3-2
-rw-r--r-- | extra/screen/.footprint | 6 | ||||
-rw-r--r-- | extra/screen/Pkgfile | 5 |
2 files changed, 6 insertions, 5 deletions
diff --git a/extra/screen/.footprint b/extra/screen/.footprint index e04d9e326..bdceaec31 100644 --- a/extra/screen/.footprint +++ b/extra/screen/.footprint @@ -2,9 +2,6 @@ drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/bin/ lrwxrwxrwx root/root usr/bin/screen -> screen-4.0.3 -rwsr-xr-x root/root usr/bin/screen-4.0.3 -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man1/ --rw-r--r-- root/root usr/man/man1/screen.1.gz drwxr-xr-x root/root usr/share/ drwxr-xr-x root/root usr/share/info/ -rw-r--r-- root/root usr/share/info/screen.info-1.gz @@ -13,6 +10,9 @@ drwxr-xr-x root/root usr/share/info/ -rw-r--r-- root/root usr/share/info/screen.info-4.gz -rw-r--r-- root/root usr/share/info/screen.info-5.gz -rw-r--r-- root/root usr/share/info/screen.info.gz +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/screen.1.gz drwxr-xr-x root/root usr/share/screen/ drwxr-xr-x root/root usr/share/screen/utf8encodings/ -rw-r--r-- root/root usr/share/screen/utf8encodings/01 diff --git a/extra/screen/Pkgfile b/extra/screen/Pkgfile index 756e37005..de9e8eb8d 100644 --- a/extra/screen/Pkgfile +++ b/extra/screen/Pkgfile @@ -6,12 +6,13 @@ name=screen version=4.0.3 -release=1 +release=2 source=(ftp://ftp.gnu.org/gnu/$name/$name-$version.tar.gz) build() { cd $name-$version - ./configure --prefix=/usr + ./configure --prefix=/usr \ + --mandir=/usr/share/man sed -i "s@/usr/etc@/etc@" config.h make make DESTDIR=$PKG install |