From fb7aa48aec26999d038962288f13a773d197bf82 Mon Sep 17 00:00:00 2001 From: Ward Nakchbandi Date: Sat, 25 Feb 2023 14:48:03 +0300 Subject: [PATCH] fix logname --- main.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.sh b/main.sh index f965c19..eb9c1e5 100755 --- a/main.sh +++ b/main.sh @@ -13,7 +13,7 @@ cd ./xwayland apt-get build-dep ./ -y # Build package -$LOGNAME=pika dh_make --createorig -y -l -p xwayland_23.0.99.901 +LOGNAME=pika dh_make --createorig -y -l -p xwayland_23.0.99.901 dpkg-buildpackage # Move the debs to output