summaryrefslogtreecommitdiff
path: root/community/cdemu-client
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2012-04-22 12:32:21 +0200
committerMichał Masłowski <mtjm@mtjm.eu>2012-04-22 12:32:21 +0200
commita019d9889a5b3803d57833c4b4502533f029c98b (patch)
treea928035510b10f044f532fe1a6f46a22137809ad /community/cdemu-client
parent53f7b4b48972c757f0e68d4b02847a19e23d7232 (diff)
parentaf1e6c210b43ea6b8e043524edccb1d0befd257f (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: community/portaudio_cpp/PKGBUILD extra/cmake/PKGBUILD extra/xfce4-clipman-plugin/PKGBUILD extra/xfce4-time-out-plugin/PKGBUILD multilib/lib32-mpg123/PKGBUILD multilib/lib32-openssl/PKGBUILD testing/telepathy-glib/PKGBUILD
Diffstat (limited to 'community/cdemu-client')
-rw-r--r--community/cdemu-client/PKGBUILD6
1 files changed, 5 insertions, 1 deletions
diff --git a/community/cdemu-client/PKGBUILD b/community/cdemu-client/PKGBUILD
index f49a4a6af..f31a9608a 100644
--- a/community/cdemu-client/PKGBUILD
+++ b/community/cdemu-client/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=cdemu-client
pkgver=1.5.0
-pkgrel=1
+pkgrel=2
pkgdesc="Simple command-line client for controlling cdemu-daemon"
arch=('i686' 'x86_64' 'mips64el')
url="http://cdemu.sourceforge.net/"
@@ -20,7 +20,11 @@ build() {
# python2 fix
sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_' src/cdemu
+ # bash completion dir change
+ sed -e 's,bashcompdir = $(sysconfdir)/bash_completion.d,bashcompdir = $(datadir)/bash-completion/completions,' -i data/Makefile.am data/Makefile.in
+
./configure --prefix=/usr
+
make
}