summaryrefslogtreecommitdiff
path: root/desktop-file-utils
diff options
context:
space:
mode:
authorJose V Beneyto <sepen@crux.nu>2016-01-20 18:53:16 +0000
committerJose V Beneyto <sepen@crux.nu>2016-01-20 18:53:16 +0000
commitdd425cb22cfb3c8638148083673c610ce093a59d (patch)
treeec45b81c5b447257b262883fef6fde154a672bc4 /desktop-file-utils
parent7e6c0b0698bec796ab3b72b026a105108f0e56f3 (diff)
downloadopt-dd425cb22cfb3c8638148083673c610ce093a59d.tar.gz
opt-dd425cb22cfb3c8638148083673c610ce093a59d.tar.xz
desktop-file-utils: fixed mandir location
Diffstat (limited to 'desktop-file-utils')
-rw-r--r--desktop-file-utils/.footprint13
-rw-r--r--desktop-file-utils/Pkgfile5
2 files changed, 9 insertions, 9 deletions
diff --git a/desktop-file-utils/.footprint b/desktop-file-utils/.footprint
index 717c52283..e15b39cc4 100644
--- a/desktop-file-utils/.footprint
+++ b/desktop-file-utils/.footprint
@@ -4,9 +4,10 @@ lrwxrwxrwx root/root usr/bin/desktop-file-edit -> desktop-file-install
-rwxr-xr-x root/root usr/bin/desktop-file-install
-rwxr-xr-x root/root usr/bin/desktop-file-validate
-rwxr-xr-x root/root usr/bin/update-desktop-database
-drwxr-xr-x root/root usr/man/
-drwxr-xr-x root/root usr/man/man1/
-lrwxrwxrwx root/root usr/man/man1/desktop-file-edit.1.gz -> desktop-file-install.1.gz
--rw-r--r-- root/root usr/man/man1/desktop-file-install.1.gz
--rw-r--r-- root/root usr/man/man1/desktop-file-validate.1.gz
--rw-r--r-- root/root usr/man/man1/update-desktop-database.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/
+lrwxrwxrwx root/root usr/share/man/man1/desktop-file-edit.1.gz -> desktop-file-install.1.gz
+-rw-r--r-- root/root usr/share/man/man1/desktop-file-install.1.gz
+-rw-r--r-- root/root usr/share/man/man1/desktop-file-validate.1.gz
+-rw-r--r-- root/root usr/share/man/man1/update-desktop-database.1.gz
diff --git a/desktop-file-utils/Pkgfile b/desktop-file-utils/Pkgfile
index b87e4ce20..d8cd6aeee 100644
--- a/desktop-file-utils/Pkgfile
+++ b/desktop-file-utils/Pkgfile
@@ -6,14 +6,13 @@
name=desktop-file-utils
version=0.22
-release=1
+release=2
source=(http://freedesktop.org/software/$name/releases/$name-$version.tar.xz)
build() {
cd $name-$version
- ./configure --prefix=/usr \
- --mandir=/usr/man \
+ ./configure --prefix=/usr
make
make DESTDIR=$PKG install

Generated by cgit