diff options
Diffstat (limited to 'home')
-rw-r--r-- | home/.buildscripts/x2go.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/.buildscripts/x2go.conf b/home/.buildscripts/x2go.conf index 757736d..57fa75b 100644 --- a/home/.buildscripts/x2go.conf +++ b/home/.buildscripts/x2go.conf @@ -17,7 +17,7 @@ RPM_DISTS_SUPPORTED="fedora epel opensuse sle" RPM_BUILD_FOR=${RPM_BUILD_FOR:-"fedora:18,19,20,21,rawhide epel:6 opensuse:12.2,12.3,13.1,13.2 sle:11.2,11.3,12.0"} RPM_REPOS_BASE=/srv/sites/x2go.org/packages/ RPM_MOCK_CONFIG_DIR="${HOME}/mock-config" -RPM_EXTRA_REPO_MOCK_CONFIG_BASE_NAME="x2go" +RPM_EXTRA_REPO_MOCK_CONFIG_BASE="x2go" RPM_EXTRA_REPO_MOCK_CONFIG_FULL_NAME="full" COMPONENT_MAIN="main" |