diff options
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/makepkg | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/makepkg b/scripts/makepkg index 9ea6ea8e9..30cb91f8d 100755 --- a/scripts/makepkg +++ b/scripts/makepkg @@ -55,9 +55,9 @@ fpm -s dir -t $target -n xmake -v $version -m "<[email protected]>" --description xmake=/usr/local/share/ \ core/src/demo/demo.b=/usr/local/bin/xmake if [ "$target" == "osxpkg" ]; then - mv xmake-$version.pkg $artifactsdir/xmake.pkg + 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 |
