From b9172a55f91ec2b26f19fb9cf7495b261a08957b Mon Sep 17 00:00:00 2001 From: Ward Nakchbandi Date: Sat, 4 Mar 2023 12:18:11 +0300 Subject: [PATCH] fix orig #1 --- main.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.sh b/main.sh index 8b1d712..09a4465 100755 --- a/main.sh +++ b/main.sh @@ -15,7 +15,7 @@ echo -e "linux-firmware ("$(date '+%Y%m%d')".git-99pika"$(date '+%M')") kinetic; apt-get build-dep ./ -y # Build package -LOGNAME=root dh_make --createorig -y -l -p linux-firmware_"$(date '+%Y%m%d')" || echo "dh-make didn't go clean" +LOGNAME=root dh_make --createorig -y -l -p linux-firmware_"$(date '+%Y%m%d')".git || echo "dh-make didn't go clean" dpkg-buildpackage # Move the debs to output