diff options
author | tnut <thierryn1 at hispeed dot ch> | 2009-11-25 21:22:52 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2009-11-25 21:22:52 +0100 |
commit | 51dcb59e6d41ab13e0626377dc9eaf01c47fbe20 (patch) | |
tree | 62a57290f2407e1631acc9c136ca8f0ab9e1612c /gnome/gob | |
parent | c4e35d7b4e39316fefd5e75878a6e13b69639f91 (diff) | |
download | nutyx-pakxe-51dcb59e6d41ab13e0626377dc9eaf01c47fbe20.tar.gz nutyx-pakxe-51dcb59e6d41ab13e0626377dc9eaf01c47fbe20.tar.bz2 nutyx-pakxe-51dcb59e6d41ab13e0626377dc9eaf01c47fbe20.tar.xz nutyx-pakxe-51dcb59e6d41ab13e0626377dc9eaf01c47fbe20.zip |
maj gob#2.0.16-2, maj footprint
Diffstat (limited to 'gnome/gob')
-rw-r--r-- | gnome/gob/.footprint | 6 | ||||
-rw-r--r-- | gnome/gob/Pkgfile | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/gnome/gob/.footprint b/gnome/gob/.footprint index 4877e3ca0..62b73cb85 100644 --- a/gnome/gob/.footprint +++ b/gnome/gob/.footprint @@ -1,9 +1,9 @@ drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/gob2 -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man1/ --rw-r--r-- root/root usr/man/man1/gob2.1.gz drwxr-xr-x root/root usr/share/ drwxr-xr-x root/root usr/share/aclocal/ -rw-r--r-- root/root usr/share/aclocal/gob2.m4 +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/gob2.1.gz diff --git a/gnome/gob/Pkgfile b/gnome/gob/Pkgfile index 3decf0fbf..3f20c1f75 100644 --- a/gnome/gob/Pkgfile +++ b/gnome/gob/Pkgfile @@ -5,13 +5,13 @@ name=gob version=2.0.16 -release=1 +release=2 source=(http://ftp.5z.com/pub/$name/gob2-$version.tar.gz) build() { cd gob2-$version ./configure --prefix=/usr \ - --mandir=/usr/man + --mandir=/usr/share/man make make DESTDIR=$PKG install } |