diff --git a/deb_from_installation.sh b/deb_from_installation.sh index 47402a0..5576eda 100755 --- a/deb_from_installation.sh +++ b/deb_from_installation.sh @@ -18,4 +18,4 @@ mkdir -p build/pkg/DEBIAN sed -e s/VERSION/$VERSION/ wasi-sdk.control > build/pkg/DEBIAN/control cp -R /opt/wasi-sdk build/pkg/opt/ cd build && dpkg-deb -b pkg wasi-sdk_$VERSION\_amd64.deb && cd .. -mv build/wasi-sdk_$VERSION\amd64.deb $OUTDIR/ +mv build/wasi-sdk_$VERSION\_amd64.deb $OUTDIR/