alfs-log
[Prev] Thread [Next] | [Prev] Date [Next]
r3515 - jhalfs/trunk georgeb Thu Sep 04 07:02:09 2008
Author: georgeb
Date: 2008-09-04 07:52:33 -0600 (Thu, 04 Sep 2008)
New Revision: 3515
Modified:
jhalfs/trunk/blfs-tool
Log:
Correct BLFS branch selection problem.
Modified: jhalfs/trunk/blfs-tool
===================================================================
--- jhalfs/trunk/blfs-tool 2008-08-26 14:16:37 UTC (rev 3514)
+++ jhalfs/trunk/blfs-tool 2008-09-04 13:52:33 UTC (rev 3515)
@@ -95,7 +95,7 @@
*EDIT* ) echo " You forgot to set the branch or stable book version."
echo " Please rerun make and fix the configuration."
exit 2 ;;
- branch-* ) TREE=branches/${BRANCH_ID#branch-} ;;
+ branch-* ) TREE=branches/${BRANCH_ID#branch-}/BOOK ;;
* ) TREE=tags/${BRANCH_ID} ;;
esac
--
http://linuxfromscratch.org/mailman/listinfo/alfs-log
Unsubscribe: See the above information page
- r3515 - jhalfs/trunk georgeb <=