Skip to content

Commit

Permalink
Get rid of conffiles list, generate it during package build
Browse files Browse the repository at this point in the history
  • Loading branch information
reinerh committed Oct 16, 2017
1 parent abd64d5 commit 2f8f4be
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 423 deletions.
2 changes: 1 addition & 1 deletion mkdeb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

cp platform/debian/conffiles $DEBIAN_CTRL_DIR/.
find etc/ -type f -printf "/etc/firejail/%f\n" | LC_ALL=C sort > $DEBIAN_CTRL_DIR/conffiles
find $INSTALL_DIR -type d | xargs chmod 755
cd $CODE_DIR
fakeroot dpkg-deb --build debian
Expand Down
Loading

0 comments on commit 2f8f4be

Please sign in to comment.