Subversion Repositories ALCASAR

Compare Revisions

Ignore whitespace Rev 1810 → Rev 1811

/conf/rpms/rpm-build-howto
10,7 → 10,7
**** Prepare the RPM creation structure ***
- install the "kernel-userspace-headers", "rpm-build", "gengetopt", "libtool" packages
- create directories structure in your user home : mkdir -p ~/rpmbuild/{SRPMS,SOURCES,SPECS,tmp}
- find the ".rpmmacros" file on mageia wiki (https://wiki.mageia.org/en/Packagers_RPM_tutorial) and copy it in your home directory
- Option : find the ".rpmmacros" file on mageia wiki (https://wiki.mageia.org/en/Packagers_RPM_tutorial) and copy it in your home directory
 
**** Coova-chilli *****
- retrieve the last tarball of coova-chilli (or the svn archive).
/scripts/sbin/alcasar-bl.sh
156,9 → 156,8
then
echo "$dir_categorie" >> $WL_CATEGORIES
echo `basename $dir_categorie` >> $WL_CATEGORIES_ENABLED # by default all WL are enabled
else
echo "$dir_categorie" >> $BL_CATEGORIES
fi
echo "$dir_categorie" >> $BL_CATEGORIES # By default all categories are in BL
done
rm -f $FILE_tmp
# Verify that the enabled categories are effectively in the BL (need after an update of the BL)