All: Fix sanitize-deb script not cleaning up after itself
Jeffrey Pfau jeffrey@endrift.com
Sat, 04 Apr 2015 13:58:30 -0700
2 files changed,
2 insertions(+),
0 deletions(-)
M
tools/sanitize-deb.sh
→
tools/sanitize-deb.sh
@@ -57,5 +57,6 @@ sed -i~ "s/,$//g" deb-temp/DEBIAN/control
sed -i~ "/^[^:]*: $/d" deb-temp/DEBIAN/control rm deb-temp/DEBIAN/control~ dpkg-deb -b deb-temp $DEB + rm -rf deb-temp shift done