pdmenu: add missing conf_files for /etc/pdmenurc
This commit is contained in:
parent
d023c1a374
commit
15406afc5f
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'pdmenu'
|
# Template file for 'pdmenu'
|
||||||
pkgname=pdmenu
|
pkgname=pdmenu
|
||||||
version=1.3.4
|
version=1.3.4
|
||||||
revision=1
|
revision=2
|
||||||
wrksrc=${pkgname}
|
wrksrc=${pkgname}
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
|
@ -12,6 +12,7 @@ license="GPL-2"
|
||||||
homepage="https://joeyh.name/code/pdmenu/"
|
homepage="https://joeyh.name/code/pdmenu/"
|
||||||
distfiles="http://http.debian.net/debian/pool/main/p/pdmenu/${pkgname}_${version}.tar.gz"
|
distfiles="http://http.debian.net/debian/pool/main/p/pdmenu/${pkgname}_${version}.tar.gz"
|
||||||
checksum=302aa81b8868133ff5a0f3e3e897f71d425bc628c0d7439addb623f12c277bea
|
checksum=302aa81b8868133ff5a0f3e3e897f71d425bc628c0d7439addb623f12c277bea
|
||||||
|
conf_files="/etc/pdmenurc"
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
make INSTALL_PREFIX=${DESTDIR} install
|
make INSTALL_PREFIX=${DESTDIR} install
|
||||||
|
|
Loading…
Reference in a new issue