wok-6.x rev 20436
at: fix permission (bugs 200 & 201)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Sep 09 10:21:27 2018 +0200 (2018-09-09) |
parents | 6a81446dca86 |
children | b95ac33cc6fe |
files | at/receipt |
line diff
1.1 --- a/at/receipt Sun Sep 09 10:01:41 2018 +0200 1.2 +++ b/at/receipt Sun Sep 09 10:21:27 2018 +0200 1.3 @@ -10,6 +10,7 @@ 1.4 TARBALL="${PACKAGE}_${VERSION}.orig.tar.gz" 1.5 WGET_URL="http://ftp.debian.org/debian/pool/main/${PACKAGE:0:1}/$PACKAGE/$TARBALL" 1.6 1.7 +DEPENDS="flex" 1.8 BUILD_DEPENDS="bison flex ssmtp" 1.9 1.10 # Rules to configure and make the package. 1.11 @@ -34,4 +35,5 @@ 1.12 cp -a $install/etc $fs 1.13 cp -a $install/var $fs 1.14 cp -a $stuff/atd $fs/etc/init.d 1.15 + chmod 6755 $fs/usr/bin/at 1.16 }