Author: bdubbs Date: Wed Aug 16 09:44:11 2017 New Revision: 19028 Log: Fix currency script for appstream-glib removal
Modified: trunk/scripts/blfs-chapter09.php Modified: trunk/scripts/blfs-chapter09.php ============================================================================== --- trunk/scripts/blfs-chapter09.php Wed Aug 16 09:04:29 2017 (r19027) +++ trunk/scripts/blfs-chapter09.php Wed Aug 16 09:44:11 2017 (r19028) @@ -5,7 +5,8 @@ $CHAPTER = '9'; $CHAPTERS = 'Chapter 9'; -$START_PACKAGE = 'appstream-glib'; +#$START_PACKAGE = 'appstream-glib'; +$START_PACKAGE = 'apr'; $STOP_PACKAGE = 'xapian-core'; $renames = array(); -- http://lists.linuxfromscratch.org/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
