diff options
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 } |