From: Moritz Bunkus Date: Thu, 25 Aug 2011 12:04:30 +0000 (+0200) Subject: Sprach-unabhängig sein X-Git-Tag: release-2.7.0beta1~324 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=33b6ad1df848578da983320be3d34d37963d14b8;p=kivitendo-erp.git Sprach-unabhängig sein --- diff --git a/DEBIAN/mk_erp_deb.sh b/DEBIAN/mk_erp_deb.sh index 589c44f20..ca6ccf888 100755 --- a/DEBIAN/mk_erp_deb.sh +++ b/DEBIAN/mk_erp_deb.sh @@ -77,7 +77,7 @@ find var/ -name "*" -type f -exec md5sum {} \; >> DEBIAN/md5sum find etc/ -name "*" -type f -exec md5sum {} \; >> DEBIAN/md5sum #Größe feststellen: -SIZE=`du -scb . | grep insgesamt | cut -f1` +SIZE=`du -scb . | tail -n 1 | cut -f1` #Controlfile updaten: sed --in-place --expression "s/Installed-Size: 0/Installed-Size: $SIZE/g" DEBIAN/control