Author: pierre
Date: Mon Aug 21 09:05:14 2017
New Revision: 4001
Log:
Fix stupid copy-paste bug
Modified:
jhalfs/trunk/install-blfs-tools.sh
Modified: jhalfs/trunk/install-blfs-tools.sh
==============================================================================
--- jhalfs/trunk/install-blfs-tools.sh Thu Aug 17 04:27:07 2017 (r4000)
+++ jhalfs/trunk/install-blfs-tools.sh Mon Aug 21 09:05:14 2017 (r4001)
@@ -140,10 +140,10 @@
esac
case $LFS_BRANCH_ID in
development ) LFS_TREE=trunk/BOOK ;;
- branch-6.* ) LFS_TREE=branches/${BLFS_BRANCH_ID#branch-}/BOOK ;;
- branch-* ) LFS_TREE=branches/${BLFS_BRANCH_ID#branch-} ;;
- 6.* ) LFS_TREE=tags/${BLFS_BRANCH_ID}/BOOK ;;
- * ) LFS_TREE=tags/${BLFS_BRANCH_ID} ;;
+ branch-6.* ) LFS_TREE=branches/${LFS_BRANCH_ID#branch-}/BOOK ;;
+ branch-* ) LFS_TREE=branches/${LFS_BRANCH_ID#branch-} ;;
+ 6.* ) LFS_TREE=tags/${LFS_BRANCH_ID}/BOOK ;;
+ * ) LFS_TREE=tags/${LFS_BRANCH_ID} ;;
esac
# Check for build prerequisites.
--
http://lists.linuxfromscratch.org/listinfo/alfs-log
Unsubscribe: See the above information page