Compare commits
No commits in common. "b15acfd5fe674906cec8f5ef4d138c3542424339" and "cd14bb788ba4730ac2120de16744165f5c52bafa" have entirely different histories.
b15acfd5fe
...
cd14bb788b
|
@ -3,8 +3,6 @@
|
||||||
.LSOverride
|
.LSOverride
|
||||||
.idea
|
.idea
|
||||||
._*
|
._*
|
||||||
|
|
||||||
*.deb
|
|
||||||
.Spotlight-V100
|
.Spotlight-V100
|
||||||
.Trashes
|
.Trashes
|
||||||
|
|
||||||
|
|
2
build.sh
2
build.sh
|
@ -21,6 +21,8 @@ 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