From 87685dfee60ed162b59cd926a8f220ad60319e4e Mon Sep 17 00:00:00 2001 From: xpamych Date: Sat, 5 Nov 2022 23:08:45 +0300 Subject: [PATCH] add PP deb --- portproton/lure.sh | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/portproton/lure.sh b/portproton/lure.sh index 26cf01a..f85b3a3 100644 --- a/portproton/lure.sh +++ b/portproton/lure.sh @@ -1,3 +1,7 @@ +if [$distro=debian]; then +sudo dpkg --add-architecture i386 +fi + name='portproton' version='1.0' release='1' @@ -25,9 +29,6 @@ checksums=('SKIP' prepare() { cd "${srcdir}" -if [$distro=debian]; then -sudo dpkg --add-architecture i386 -fi } package() {