Remove references t SOURCE22 and above which we don't have.

This commit is contained in:
Elio Maldonado 2013-12-09 16:25:29 -08:00
parent 75232d0228
commit 4e3700a9df
1 changed files with 2 additions and 11 deletions

View File

@ -340,22 +340,13 @@ date +"%e %B %Y" | tr -d '\n' > date.xml
echo -n %{version} > version.xml
# configuration files and setup script
for m in %{SOURCE20} %{SOURCE21} %{SOURCE22}; do
for m in %{SOURCE20} %{SOURCE21}; do
cp ${m} .
done
for m in nss-config.xml setup-nsssysinit.xml pkcs11.txt.xml; do
for m in nss-config.xml setup-nsssysinit.xml; do
xmlto man ${m}
done
# nss databases considered to be configuration files
for m in %{SOURCE23} %{SOURCE24} %{SOURCE25} %{SOURCE26} %{SOURCE27}; do
cp ${m} .
done
for m in cert8.db.xml cert9.db.xml key3.db.xml key4.db.xml secmod.db.xml; do
xmlto man ${m}
done
%check
if [ $DISABLETEST -eq 1 ]; then
echo "testing disabled"