summaryrefslogtreecommitdiff
path: root/community/qpxtool
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-05-29 01:29:52 -0700
committerroot <root@rshg054.dnsready.net>2013-05-29 01:29:52 -0700
commitd267e861074512027414df29d18d9824e0faae8f (patch)
tree770bb482bb715a84eab76bfbfa1b748d31a13541 /community/qpxtool
parent72a09de07cab5e8ad5c3ec7c36814663a3f7a33b (diff)
Wed May 29 01:29:24 PDT 2013
Diffstat (limited to 'community/qpxtool')
-rw-r--r--community/qpxtool/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/qpxtool/PKGBUILD b/community/qpxtool/PKGBUILD
index 565af8113..a3d0b2f9f 100644
--- a/community/qpxtool/PKGBUILD
+++ b/community/qpxtool/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 90084 2013-05-06 19:39:19Z foutrelis $
+# $Id: PKGBUILD 91840 2013-05-28 17:05:29Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Krzysztof Stasiorowski <krzysiekst@gmail.com>
pkgname=qpxtool
pkgver=0.7.2
-pkgrel=3
+pkgrel=4
pkgdesc="Allows better controll over optical drives to include QChecks and optimization settings."
arch=('i686' 'x86_64')
url="http://qpxtool.sourceforge.net/"
@@ -24,7 +24,7 @@ build() {
-e 's|lrelease|lrelease-qt4|' \
configure
patch -p1 <$srcdir/libpng15.patch
- ./configure --prefix=/usr
+ ./configure --prefix=/usr --sbindir=/usr/bin
make
}