[X2Go-Commits] [buildscripts] 01/14: bin/build-rpm-package: fix default RPM_BUILD_FOR assignment.

git-admin at x2go.org git-admin at x2go.org
Fri Apr 3 03:07:46 CEST 2015


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

x2go pushed a commit to branch master
in repository buildscripts.

commit 9742e7944acf306b617892a20e590066f481fbf0
Author: Mihai Moldovan <ionic at ionic.de>
Date:   Fri Apr 3 00:34:24 2015 +0200

    bin/build-rpm-package: fix default RPM_BUILD_FOR assignment.
---
 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 800b4d0..3e9f476 100755
--- a/bin/build-rpm-package
+++ b/bin/build-rpm-package
@@ -55,7 +55,7 @@ test -f ~/.buildscripts/$PREFIX.conf && . ~/.buildscripts/$PREFIX.conf || { echo
 
 NO_DELAY=${NO_DELAY:-"no"}
 FORCE_BUILD=${FORCE_BUILD:-"no"}
-RPM_BUILD_FOR=${RPM_BUILD_FOR:-"fedora:$FEDORA_DISTROS epel:$EPEL_DISTROSi opensuse:$OPENSUSE_DISTROS" sle:$SLE_DISTROS}
+RPM_BUILD_FOR=${RPM_BUILD_FOR:-"fedora:$FEDORA_DISTROS epel:$EPEL_DISTROS opensuse:$OPENSUSE_DISTROS sle:$SLE_DISTROS"}
 
 # These parts are not user-serviceable.
 TMP_MOCK_CFG_DIR=""

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


More information about the x2go-commits mailing list