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 -}