wok diff at/receipt @ 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 e3270f32432e
children 40c9c6b1e4c6
line diff
     1.1 --- a/at/receipt	Wed Jul 06 00:15:11 2016 +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  }