Compare commits
2 Commits
cd14bb788b
...
b15acfd5fe
Author | SHA1 | Date |
---|---|---|
yutent | b15acfd5fe | |
yutent | ea5cc8f5c0 |
|
@ -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
|
||||||
|
|
Binary file not shown.
Loading…
Reference in New Issue