Fix previous commit; etc/ contains also non-conffiles

This commit is contained in:
Reiner Herrmann 2017-10-17 01:03:47 +02:00
parent 2f8f4be99a
commit d593c8b2ca

View file

@ -39,7 +39,7 @@ sed "s/FIREJAILVER/$2/g" platform/debian/control > $DEBIAN_CTRL_DIR/control
mkdir -p $INSTALL_DIR/usr/share/lintian/overrides/
cp platform/debian/firejail.lintian-overrides $INSTALL_DIR/usr/share/lintian/overrides/firejail
find etc/ -type f -printf "/etc/firejail/%f\n" | LC_ALL=C sort > $DEBIAN_CTRL_DIR/conffiles
find $INSTALL_DIR/etc -type f | sed "s,^$INSTALL_DIR,," | LC_ALL=C sort > $DEBIAN_CTRL_DIR/conffiles
find $INSTALL_DIR -type d | xargs chmod 755
cd $CODE_DIR
fakeroot dpkg-deb --build debian