mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
Fix previous commit; etc/ contains also non-conffiles
This commit is contained in:
parent
2f8f4be99a
commit
d593c8b2ca
1 changed files with 1 additions and 1 deletions
2
mkdeb.sh
2
mkdeb.sh
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue