From 2187907864bc9fcd3f9ad740cdfb89f96ae534f8 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Mon, 13 Oct 2014 11:56:20 +0200 Subject: do linux32 sudo, not sudo linux32... won't work the latter way around... --- bin/build-rpm-package | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/build-rpm-package b/bin/build-rpm-package index 5754b75..b73f721 100755 --- a/bin/build-rpm-package +++ b/bin/build-rpm-package @@ -269,7 +269,7 @@ build_packages() { if [ "x$SKIP_ARCH" != "xi386" ] && [ "$IS_NOARCH" != "yes" ]; then if [ "x$l_DIST" = "xopensuse" ]; then OPENSUSE_DOWNLOAD_URL=$(echo "$OPENSUSE_DOWNLOAD_URL" | sed "s/#VERSION#/$l_CODENAME/") - if sudo linux32 obs-build \ + if linux32 sudo obs-build \ --nosignature \ --repo "$OPENSUSE_DOWNLOAD_URL" \ --root "/var/cache/obs-build/$l_DIST/$l_CODENAME/i386/" \ -- cgit v1.2.3