From cd337c9418916ed453d57620e29d6b0e101ba182 Mon Sep 17 00:00:00 2001 From: Pat Hickey Date: Wed, 8 Apr 2020 12:42:21 -0700 Subject: [PATCH] fix typo in deb creation --- deb_from_installation.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/