summaryrefslogtreecommitdiffstats
path: root/scripts/compose_functions
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/compose_functions')
-rw-r--r--scripts/compose_functions2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/compose_functions b/scripts/compose_functions
index 9271a0bc0..d5996ae1b 100644
--- a/scripts/compose_functions
+++ b/scripts/compose_functions
@@ -293,7 +293,7 @@ Create_repo_after_build()
if [ ! -e $repo_location ] ; then
mkdir -p $repo_location
fi
- cp -r RPMS SOURCES SRPMS SPECS $repo_location
+ cp -r RPMS SRPMS $repo_location
createrepo $REPOSITORY_LOCATION/RPMS/noarch/
createrepo $REPOSITORY_LOCATION/RPMS/x86_64/
createrepo $REPOSITORY_LOCATION/SRPMS/