]> Zhao Yanbai Git Server - minix.git/commitdiff
Remove SETS.* from the CD. 15/2815/1
authorLionel Sambuc <lionel@minix3.org>
Thu, 4 Sep 2014 13:45:59 +0000 (15:45 +0200)
committerLionel Sambuc <lionel@minix3.org>
Fri, 5 Sep 2014 08:26:19 +0000 (10:26 +0200)
Change-Id: I06385c51d7d24b4e0e6af037c5953ef11695c923

releasetools/release.sh

index 22ca4606a02a244b3b3153b046a4dc047d794bf4..e111ebd0272bb02751f87b0f11d04ff8f46fa20a 100755 (executable)
@@ -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 ]