From 37b22aa7e9010431078e31074cfa72e048e97f35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20Guzm=C3=A1n?= Date: Tue, 6 Feb 2024 16:17:51 +0000 Subject: [PATCH] config: set default source build to prevent remove maintenance files --- helpers/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helpers/config b/helpers/config index f374188..9fe67e4 100755 --- a/helpers/config +++ b/helpers/config @@ -202,7 +202,7 @@ fi cd .. mv source $PACKAGE-$FULLVERSION -dpkg-source -b $PACKAGE-$FULLVERSION +dpkg-source -b -I.falsefileextension99 $PACKAGE-$FULLVERSION rm -rf ${LOCAL_APT} echo "Trisquel source package built!"