diff --git a/srcpkgs/trousers/INSTALL b/srcpkgs/trousers/INSTALL index 6c9ad0943da..c9e07302507 100644 --- a/srcpkgs/trousers/INSTALL +++ b/srcpkgs/trousers/INSTALL @@ -2,7 +2,7 @@ case "$ACTION" in post) if [ "$UPDATE" != "yes" ]; then - chown tss:tss /etc/tcsd.conf + chown tss:tss etc/tcsd.conf fi ;; esac diff --git a/srcpkgs/trousers/template b/srcpkgs/trousers/template index 0caf4ea74b3..56bc3ec2e03 100644 --- a/srcpkgs/trousers/template +++ b/srcpkgs/trousers/template @@ -1,7 +1,7 @@ # Template file for 'trousers' pkgname=trousers version=0.3.14 -revision=2 +revision=3 build_style=gnu-configure conf_files="/etc/tcsd.conf" makedepends="libressl-devel"