xsecurelock: fixed install issue

This commit is contained in:
Sean R. Lang 2014-12-22 19:27:24 -05:00
parent 61c2bf1837
commit 04fe8dc6ff
1 changed files with 1 additions and 6 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'xsecurelock' # Template file for 'xsecurelock'
pkgname=xsecurelock pkgname=xsecurelock
version=0.5 version=0.5
revision=1 revision=2
build_style=gnu-configure build_style=gnu-configure
configure_args="--with-pam-service-name=system-auth" configure_args="--with-pam-service-name=system-auth"
hostmakedepends="pkg-config git automake" hostmakedepends="pkg-config git automake"
@ -24,8 +24,3 @@ do_fetch() {
do_build() { do_build() {
make CC=$CC CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" ${makejobs} make CC=$CC CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" ${makejobs}
} }
do_install() {
vbin xsecurelock
vdoc README.md README
}