Compare commits
No commits in common. "b15acfd5fe674906cec8f5ef4d138c3542424339" and "cd14bb788ba4730ac2120de16744165f5c52bafa" have entirely different histories.
b15acfd5fe
...
cd14bb788b
|
@ -3,8 +3,6 @@
|
|||
.LSOverride
|
||||
.idea
|
||||
._*
|
||||
|
||||
*.deb
|
||||
.Spotlight-V100
|
||||
.Trashes
|
||||
|
||||
|
|
2
build.sh
2
build.sh
|
@ -21,6 +21,8 @@ cd unpack
|
|||
find usr -type f | xargs md5sum > DEBIAN/md5sums
|
||||
|
||||
_size=$(du -d 0 usr | cut -f1)
|
||||
du -d 0 usr
|
||||
echo $_size
|
||||
|
||||
sed -i "s/{{size}}/${_size}/" DEBIAN/control
|
||||
sed -i "s/{{version}}/${version}/" DEBIAN/control
|
||||
|
|
Binary file not shown.
Loading…
Reference in New Issue