qingy: create /var/lib/misc via make_dirs (noticed by v2px).
This commit is contained in:
parent
46b4581df8
commit
b8b02b2550
1 changed files with 3 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'qingy'
|
||||
pkgname="qingy"
|
||||
version="1.0.0"
|
||||
revision=6
|
||||
revision=7
|
||||
build_style=gnu-configure
|
||||
makedepends="ncurses-devel openssl-devel"
|
||||
configure_args="--disable-static --disable-DirectFB-support"
|
||||
|
@ -12,6 +12,8 @@ homepage="http://qingy.sourceforge.net"
|
|||
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.bz2"
|
||||
checksum=de4b4b398d5ba81ab2544729864676a04ddc6ae818b357ee09a8770293740cd3
|
||||
|
||||
make_dirs="/var/lib/misc 0755 root root"
|
||||
|
||||
conf_files="
|
||||
/etc/pam.d/qingy
|
||||
/etc/qingy/settings
|
||||
|
|
Loading…
Reference in a new issue