cdemu-client: fix bash completion install location

This commit is contained in:
Alessio Sergi 2018-10-18 18:02:34 +02:00
parent ff717eb3c0
commit 8f63c6f288
1 changed files with 3 additions and 2 deletions

View File

@ -1,12 +1,13 @@
# Template file for 'cdemu-client'
pkgname=cdemu-client
version=3.2.0
revision=1
revision=2
noarch=yes
build_style=cmake
configure_args="-DCMAKE_INSTALL_COMPLETIONSDIR=/usr/share/bash-completion/completions"
hostmakedepends="python3 intltool pkg-config"
depends="cdemu-daemon python3-gobject"
short_desc="A simple command-line client for controlling CDEmu daemon"
short_desc="Simple command-line client for controlling CDEmu daemon"
maintainer="Helmut Pozimski <helmut@pozimski.eu>"
license="GPL-2.0-or-later"
homepage="http://cdemu.sourceforge.net"