summaryrefslogtreecommitdiffstats
path: root/extra
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2009-11-24 21:36:07 +0100
committertnut <thierryn1 at hispeed dot ch>2009-11-24 21:36:07 +0100
commit85865a030c15eb93613576a081c5ce48fd902d5b (patch)
tree0b92b6cff2cd1806474f6d744b07c2568aaa3a9b /extra
parent45a24925efb2050c78b3a8a6e33cddf7974d4cd3 (diff)
downloadnutyx-extra-85865a030c15eb93613576a081c5ce48fd902d5b.tar.gz
nutyx-extra-85865a030c15eb93613576a081c5ce48fd902d5b.tar.bz2
nutyx-extra-85865a030c15eb93613576a081c5ce48fd902d5b.tar.xz
nutyx-extra-85865a030c15eb93613576a081c5ce48fd902d5b.zip
Maj xdg-utils#1.0.2-2
Diffstat (limited to 'extra')
-rwxr-xr-xextra/xdg-utils/.footprint19
-rwxr-xr-xextra/xdg-utils/Pkgfile3
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
}