summaryrefslogtreecommitdiff
path: root/scripts/makepkg
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/makepkg')
-rwxr-xr-xscripts/makepkg2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/makepkg b/scripts/makepkg
index f9da83b0c..9ea6ea8e9 100755
--- a/scripts/makepkg
+++ b/scripts/makepkg
@@ -57,7 +57,7 @@ fpm -s dir -t $target -n xmake -v $version -m "<[email protected]>" --description
if [ "$target" == "osxpkg" ]; then
mv xmake-$version.pkg $artifactsdir/xmake.pkg
elif [ "$target" == "deb" ]; then
- mv xmake-$version_amd64.deb $artifactsdir/xmake.deb
+ mv xmake_$version_amd64.deb $artifactsdir/xmake.deb
fi