[X2Go-Commits] [buildscripts] 01/01: do linux32 sudo, not sudo linux32... won't work the latter way around...

git-admin at x2go.org git-admin at x2go.org
Mon Oct 13 11:56:23 CEST 2014


This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch master
in repository buildscripts.

commit 2187907864bc9fcd3f9ad740cdfb89f96ae534f8
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Mon Oct 13 11:56:20 2014 +0200

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

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/" \

--
Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/buildscripts.git


More information about the x2go-commits mailing list