From 04fe8dc6ff9ac79512af6efb1100d41d85db3ec3 Mon Sep 17 00:00:00 2001 From: "Sean R. Lang" Date: Mon, 22 Dec 2014 19:27:24 -0500 Subject: [PATCH] xsecurelock: fixed install issue --- srcpkgs/xsecurelock/template | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/srcpkgs/xsecurelock/template b/srcpkgs/xsecurelock/template index 1d70851f3ee..137d9f0d5e7 100644 --- a/srcpkgs/xsecurelock/template +++ b/srcpkgs/xsecurelock/template @@ -1,7 +1,7 @@ # Template file for 'xsecurelock' pkgname=xsecurelock version=0.5 -revision=1 +revision=2 build_style=gnu-configure configure_args="--with-pam-service-name=system-auth" hostmakedepends="pkg-config git automake" @@ -24,8 +24,3 @@ do_fetch() { do_build() { make CC=$CC CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" ${makejobs} } - -do_install() { - vbin xsecurelock - vdoc README.md README -}