trousers: fix absolute paths in INSTALL/REMOVE

This commit is contained in:
Michael Gehring 2017-07-13 09:05:37 +00:00
parent 0fb3de4d52
commit 2b930420f4
2 changed files with 2 additions and 2 deletions

View file

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

View file

@ -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"