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() {