mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-20 05:37:38 +01:00
create-mkdebian.sh: Fix warning about debian/rules not being executable
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
017f811ed3
commit
d991fcc9c7
1 changed files with 2 additions and 0 deletions
|
|
@ -121,6 +121,8 @@ for file in compat control copyright format rules; do
|
||||||
\$file > \$file
|
\$file > \$file
|
||||||
done
|
done
|
||||||
|
|
||||||
|
chmod 755 rules
|
||||||
|
|
||||||
cd ..
|
cd ..
|
||||||
dch --create --newversion \$VERSION-\$RELEASE --controlmaint --package \$NAME --distribution unstable "Release built by $0"
|
dch --create --newversion \$VERSION-\$RELEASE --controlmaint --package \$NAME --distribution unstable "Release built by $0"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue