diff options
Diffstat (limited to 'linux/make_artifacts.sh')
| -rw-r--r-- | linux/make_artifacts.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/make_artifacts.sh b/linux/make_artifacts.sh index 703da4eeb..78759da00 100644 --- a/linux/make_artifacts.sh +++ b/linux/make_artifacts.sh @@ -59,7 +59,7 @@ make_deb() { INSTALLED_SIZE=$(du -k -s $DEST | awk '{print $1}') mkdir $DIST/DEBIAN - perl -pe "s/VERSION/$DEBVER/" /mnt/linux/control.in | \ + perl -pe "s/VERSION/$DEBVER/" /mnt/linux/$EXE.control.in | \ perl -pe "s/ARCHITECTURE/$ARCHITECTURE/" | \ perl -pe "s/INSTALLED_SIZE/$INSTALLED_SIZE/" \ > $DIST/DEBIAN/control |
