diff options
author | tnut <thierryn1 at hispeed dot ch> | 2009-11-24 21:36:07 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2009-11-24 21:36:07 +0100 |
commit | 85865a030c15eb93613576a081c5ce48fd902d5b (patch) | |
tree | 0b92b6cff2cd1806474f6d744b07c2568aaa3a9b /extra | |
parent | 45a24925efb2050c78b3a8a6e33cddf7974d4cd3 (diff) | |
download | nutyx-pakxe-85865a030c15eb93613576a081c5ce48fd902d5b.tar.gz nutyx-pakxe-85865a030c15eb93613576a081c5ce48fd902d5b.tar.bz2 nutyx-pakxe-85865a030c15eb93613576a081c5ce48fd902d5b.tar.xz nutyx-pakxe-85865a030c15eb93613576a081c5ce48fd902d5b.zip |
Maj xdg-utils#1.0.2-2
Diffstat (limited to 'extra')
-rwxr-xr-x | extra/xdg-utils/.footprint | 19 | ||||
-rwxr-xr-x | extra/xdg-utils/Pkgfile | 3 |
2 files changed, 12 insertions, 10 deletions
diff --git a/extra/xdg-utils/.footprint b/extra/xdg-utils/.footprint index 0fff59f8b..13c396964 100755 --- a/extra/xdg-utils/.footprint +++ b/extra/xdg-utils/.footprint @@ -7,12 +7,13 @@ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/xdg-mime -rwxr-xr-x root/root usr/bin/xdg-open -rwxr-xr-x root/root usr/bin/xdg-screensaver -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man1/ --rw-r--r-- root/root usr/man/man1/xdg-desktop-icon.1.gz --rw-r--r-- root/root usr/man/man1/xdg-desktop-menu.1.gz --rw-r--r-- root/root usr/man/man1/xdg-email.1.gz --rw-r--r-- root/root usr/man/man1/xdg-icon-resource.1.gz --rw-r--r-- root/root usr/man/man1/xdg-mime.1.gz --rw-r--r-- root/root usr/man/man1/xdg-open.1.gz --rw-r--r-- root/root usr/man/man1/xdg-screensaver.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/xdg-desktop-icon.1.gz +-rw-r--r-- root/root usr/share/man/man1/xdg-desktop-menu.1.gz +-rw-r--r-- root/root usr/share/man/man1/xdg-email.1.gz +-rw-r--r-- root/root usr/share/man/man1/xdg-icon-resource.1.gz +-rw-r--r-- root/root usr/share/man/man1/xdg-mime.1.gz +-rw-r--r-- root/root usr/share/man/man1/xdg-open.1.gz +-rw-r--r-- root/root usr/share/man/man1/xdg-screensaver.1.gz diff --git a/extra/xdg-utils/Pkgfile b/extra/xdg-utils/Pkgfile index dad47053f..a7c6ea892 100755 --- a/extra/xdg-utils/Pkgfile +++ b/extra/xdg-utils/Pkgfile @@ -13,7 +13,8 @@ source=(http://portland.freedesktop.org/download/$name-$version.tgz\ build() { cd $name-$version patch -Np1 -i ../$name-$version-midori-1.patch - ./configure --prefix=/usr + ./configure --prefix=/usr \ + --mandir=/usr/share/man make make DESTDIR=$PKG install } |