Author: krejzi
Date: Sat May 14 05:12:34 2016
New Revision: 17353

Log:
Fix currency.

Modified:
   trunk/scripts/blfs-chapter29.php

Modified: trunk/scripts/blfs-chapter29.php
==============================================================================
--- trunk/scripts/blfs-chapter29.php    Fri May 13 17:43:18 2016        (r17352)
+++ trunk/scripts/blfs-chapter29.php    Sat May 14 05:12:34 2016        (r17353)
@@ -5,8 +5,8 @@
 
 $CHAPTER       = '29';
 $CHAPTERS      = 'Chapters 29-30';
-$START_PACKAGE = 'phonon';
-$STOP_PACKAGE  = 'extra-cmake-modules';
+$START_PACKAGE = 'extra-cmake-modules';
+$STOP_PACKAGE  = 'libdbusmenu-qt';
 
 $renames = array();
 $ignores = array();
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to