summaryrefslogtreecommitdiff
path: root/desktop-file-utils/Pkgfile
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/Pkgfile
parent7e6c0b0698bec796ab3b72b026a105108f0e56f3 (diff)
downloadopt-dd425cb22cfb3c8638148083673c610ce093a59d.tar.gz
opt-dd425cb22cfb3c8638148083673c610ce093a59d.tar.xz
desktop-file-utils: fixed mandir location
Diffstat (limited to 'desktop-file-utils/Pkgfile')
-rw-r--r--desktop-file-utils/Pkgfile5
1 files changed, 2 insertions, 3 deletions
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