From 2b930420f4c26306d11d2ad049f380fbe0f8121c Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Thu, 13 Jul 2017 09:05:37 +0000 Subject: [PATCH] trousers: fix absolute paths in INSTALL/REMOVE --- srcpkgs/trousers/INSTALL | 2 +- srcpkgs/trousers/template | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"