Remove SETS.* from the CD.

Change-Id: I06385c51d7d24b4e0e6af037c5953ef11695c923
This commit is contained in:
Lionel Sambuc 2014-09-04 15:45:59 +02:00
parent 094431dd97
commit c48c7d47f7

View file

@ -266,6 +266,7 @@ fi
echo " * Removing sources"
rm -rf $RELEASEDIR/usr/src # No space for /usr/src
rm -f $RELEASEDIR/SETS.* # No need for those.
# If we are making a jail, all is done!
if [ $JAILMODE = 1 ]