From 41a7cb0f5c9b41c44218fe4b5e3f5aa918d03ad9 Mon Sep 17 00:00:00 2001 From: Alexandre Pujol Date: Sun, 10 Dec 2023 14:36:29 +0000 Subject: [PATCH] fix: build deb in container. --- dists/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dists/build.sh b/dists/build.sh index 4e8ddaa6..356e5719 100644 --- a/dists/build.sh +++ b/dists/build.sh @@ -22,7 +22,7 @@ main() { dpkg) dch --newversion="$VERSION-1" --urgency=medium --distribution=stable --controlmaint "Release $VERSION-1" dpkg-buildpackage -b -d --no-sign - mv ../"${PKGNAME}_${VERSION}-1"_*.deb "$OUTPUT" + mv ../"${PKGNAME}_${VERSION}-1"_*.deb . # "$OUTPUT" ;; rpm)