all repos — mgba @ c8a58dbc3274d828fa1fc5eb5972392f9919c9cf

mGBA Game Boy Advance Emulator

All: Fix sanitize-deb script to set file permissions properly if run as (fake)root
Jeffrey Pfau jeffrey@endrift.com
Sat, 23 May 2015 23:48:07 -0700
commit

c8a58dbc3274d828fa1fc5eb5972392f9919c9cf

parent

bdc72bb73b1988de6d96132f40e887918d75d539

2 files changed, 3 insertions(+), 0 deletions(-)

jump to
M CHANGESCHANGES

@@ -39,6 +39,7 @@ - GBA Thread: Add functionality for running callbacks on the GBA thread

- Qt: Fast forward (held) option moved from Other to Emulation menu - All: Add --help flag for command line programs - Qt: Show version info in window title + - All: Fix sanitize-deb script to set file permissions properly if run as (fake)root 0.2.1: (2015-05-13) Bugfixes:
M tools/sanitize-deb.shtools/sanitize-deb.sh

@@ -56,6 +56,8 @@ sed -i~ "s/,,*/,/g" deb-temp/DEBIAN/control

sed -i~ "s/,$//g" deb-temp/DEBIAN/control sed -i~ "/^[^:]*: $/d" deb-temp/DEBIAN/control rm deb-temp/DEBIAN/control~ + chown -R 0:0 deb-temp + chmod 600 deb-temp/DEBIAN/md5sums dpkg-deb -b deb-temp $DEB rm -rf deb-temp shift