From 92bd665248873e7173b7435f35e5e87f2cc5c690 Mon Sep 17 00:00:00 2001 From: Ward Nakchbandi Date: Sat, 25 Feb 2023 14:50:59 +0300 Subject: [PATCH] fix logname --- main.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.sh b/main.sh index eb9c1e5..3e23d81 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=root dh_make --createorig -y -l -p xwayland_23.0.99.901 dpkg-buildpackage # Move the debs to output