small permissions fixup needed on ubuntu 14.04 64-bit

This commit is contained in:
Michael Iedema 2014-07-01 17:17:05 +02:00
parent 65ce5c191c
commit 86d8e3c50c
1 changed files with 1 additions and 0 deletions

View File

@ -36,6 +36,7 @@ fi
sayAndDo tar zxf coredumper-$VERSION.tar.gz
sayAndDo cd coredumper-$VERSION
sayAndDo mv packages/deb debian
sayAndDo chmod 644 debian/control
sayAndDo patch -p0 < ../fix_from_scratch_build.patch
sayAndDo dpkg-buildpackage -us -uc