trousers: fix absolute paths in INSTALL/REMOVE
This commit is contained in:
parent
0fb3de4d52
commit
2b930420f4
2 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
||||||
case "$ACTION" in
|
case "$ACTION" in
|
||||||
post)
|
post)
|
||||||
if [ "$UPDATE" != "yes" ]; then
|
if [ "$UPDATE" != "yes" ]; then
|
||||||
chown tss:tss /etc/tcsd.conf
|
chown tss:tss etc/tcsd.conf
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'trousers'
|
# Template file for 'trousers'
|
||||||
pkgname=trousers
|
pkgname=trousers
|
||||||
version=0.3.14
|
version=0.3.14
|
||||||
revision=2
|
revision=3
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
conf_files="/etc/tcsd.conf"
|
conf_files="/etc/tcsd.conf"
|
||||||
makedepends="libressl-devel"
|
makedepends="libressl-devel"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue