File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ if [[ $make_linuxarm ]]; then
57
57
mv bin debian/ccdcielarm/usr/
58
58
mv share debian/ccdcielarm/usr/
59
59
cd debian
60
- sz=$( du -s ccdciel /usr | cut -f1)
60
+ sz=$( du -s ccdcielarm /usr | cut -f1)
61
61
sed -i " s/%size%/$sz /" ccdcielarm/DEBIAN/control
62
62
sed -i " /Version:/ s/3/$version -$currentrev /" ccdcielarm/DEBIAN/control
63
63
fakeroot dpkg-deb -Zxz --build ccdcielarm .
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ if [[ $make_linuxarm ]]; then
57
57
mv bin debian/ccdcielarm64/usr/
58
58
mv share debian/ccdcielarm64/usr/
59
59
cd debian
60
- sz=$( du -s ccdciel /usr | cut -f1)
60
+ sz=$( du -s ccdcielarm64 /usr | cut -f1)
61
61
sed -i " s/%size%/$sz /" ccdcielarm64/DEBIAN/control
62
62
sed -i " /Version:/ s/3/$version -$currentrev /" ccdcielarm64/DEBIAN/control
63
63
fakeroot dpkg-deb -Zxz --build ccdcielarm64 .
You can’t perform that action at this time.
0 commit comments