# HG changeset patch # User Pascal Bellard # Date 1536481287 -7200 # Node ID 53dff15e8d95c585e87478cdd6fc0fd4ce4755c2 # Parent 6a81446dca86898e6a06e10422b6f36739082252 at: fix permission (bugs 200 & 201) diff -r 6a81446dca86 -r 53dff15e8d95 at/receipt --- a/at/receipt Sun Sep 09 10:01:41 2018 +0200 +++ b/at/receipt Sun Sep 09 10:21:27 2018 +0200 @@ -10,6 +10,7 @@ TARBALL="${PACKAGE}_${VERSION}.orig.tar.gz" WGET_URL="http://ftp.debian.org/debian/pool/main/${PACKAGE:0:1}/$PACKAGE/$TARBALL" +DEPENDS="flex" BUILD_DEPENDS="bison flex ssmtp" # Rules to configure and make the package. @@ -34,4 +35,5 @@ cp -a $install/etc $fs cp -a $install/var $fs cp -a $stuff/atd $fs/etc/init.d + chmod 6755 $fs/usr/bin/at }