fixed
parent
ea5cc8f5c0
commit
b15acfd5fe
|
@ -3,6 +3,8 @@
|
||||||
.LSOverride
|
.LSOverride
|
||||||
.idea
|
.idea
|
||||||
._*
|
._*
|
||||||
|
|
||||||
|
*.deb
|
||||||
.Spotlight-V100
|
.Spotlight-V100
|
||||||
.Trashes
|
.Trashes
|
||||||
|
|
||||||
|
|
2
build.sh
2
build.sh
|
@ -21,8 +21,6 @@ cd unpack
|
||||||
find usr -type f | xargs md5sum > DEBIAN/md5sums
|
find usr -type f | xargs md5sum > DEBIAN/md5sums
|
||||||
|
|
||||||
_size=$(du -d 0 usr | cut -f1)
|
_size=$(du -d 0 usr | cut -f1)
|
||||||
du -d 0 usr
|
|
||||||
echo $_size
|
|
||||||
|
|
||||||
sed -i "s/{{size}}/${_size}/" DEBIAN/control
|
sed -i "s/{{size}}/${_size}/" DEBIAN/control
|
||||||
sed -i "s/{{version}}/${version}/" DEBIAN/control
|
sed -i "s/{{version}}/${version}/" DEBIAN/control
|
||||||
|
|
Loading…
Reference in New Issue