Author: matthew
Date: 2009-08-16 15:30:00 -0600 (Sun, 16 Aug 2009)
New Revision: 9047

Modified:
   trunk/editor-manual/release-script.sh
Log:
Create release view/ directory.

Modified: trunk/editor-manual/release-script.sh
===================================================================
--- trunk/editor-manual/release-script.sh       2009-08-16 20:56:52 UTC (rev 
9046)
+++ trunk/editor-manual/release-script.sh       2009-08-16 21:30:00 UTC (rev 
9047)
@@ -30,8 +30,8 @@
 
 #######################
 # These are the biggies
-stable=n                      # Is this the final release? 'y' or 'n' only
-version=6.5-rc1               # x.y[.z-preX]
+stable=y                      # Is this the final release? 'y' or 'n' only
+version=6.5                   # x.y[.z-preX]
 #######################
 
 workarea=~/RELEASE-${version} # This is where you will do all your work
@@ -194,6 +194,8 @@
 echo
 install -dv -m 0775 -g $group $archives/$version
 echo
+install -dv -m 0775 -g $group $view/$version
+echo
 
 # If this is a final release, recreate the needed symlinks
 

-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to