diff options
Diffstat (limited to 'mkrepo')
-rwxr-xr-x | mkrepo | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -3,7 +3,12 @@ TMP=/tmp/liste.$(basename $PWD) nom=${PWD#/home/rpmbuild/site/rpms/} -if [ "$nom" = "SRPMS" ] +if [ "${nom%%/*}" = "temp" ] +then + dis=enterprise + ver=8 + old=2 +elif [ "$nom" = "SRPMS" ] then dis=fedora ver=31 |