summaryrefslogtreecommitdiff
path: root/community/cdemu-client/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/cdemu-client/PKGBUILD')
-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 279ca938c..a3166b3a5 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')
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
}