We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf4efe8 commit ddbf49dCopy full SHA for ddbf49d
1 file changed
make/makedeb.sh
@@ -72,7 +72,7 @@ cp build/resources/control $DEBDIR/DEBIAN/control
72
73
# calculate installed size
74
echo -n "Installed-Size: " >> $DEBDIR/DEBIAN/control
75
-du -s build/python3-pcbasic_2.0.5_all/usr/ | awk '{print $1 }' >> $DEBDIR/DEBIAN/control
+du -s build/python3-pcbasic_"$VERSION"_all/usr/ | awk '{print $1 }' >> $DEBDIR/DEBIAN/control
76
77
# build the deb
78
echo "building the .deb package"
0 commit comments