projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9a3d356
)
Sprach-unabhängig sein
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Thu, 25 Aug 2011 12:04:30 +0000
(14:04 +0200)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Thu, 25 Aug 2011 12:04:30 +0000
(14:04 +0200)
DEBIAN/mk_erp_deb.sh
patch
|
blob
|
history
diff --git
a/DEBIAN/mk_erp_deb.sh
b/DEBIAN/mk_erp_deb.sh
index
589c44f
..
ca6ccf8
100755
(executable)
--- 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