From 33b6ad1df848578da983320be3d34d37963d14b8 Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Thu, 25 Aug 2011 14:04:30 +0200 Subject: [PATCH] =?utf8?q?Sprach-unabh=C3=A4ngig=20sein?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- DEBIAN/mk_erp_deb.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.20.1