From f8c4607b5fb51b071196020fbd3ca70012d9085a Mon Sep 17 00:00:00 2001 From: clem Date: Thu, 14 Oct 2004 17:35:52 +0000 Subject: fixed a bug where depends would be ignored for every package that had 'config' or 'menu' in its description! now noncore/settings/tabmanager, libopie2/opiecore, core/applets/lockapplet and noncore/settings/mediummount have correct depends, and make -j 10 won't choke on lockapplet or libopie2core being built before libqpe --- (limited to 'scripts') diff --git a/scripts/deps.pl b/scripts/deps.pl index a219e36..21f816b 100755 --- a/scripts/deps.pl +++ b/scripts/deps.pl @@ -18,7 +18,7 @@ sub getdepends ($$) while( ) { if( $intoken == 1 ) { /depends\S*(.*)/ && return $1; - if( /\S*(config|menu)/ ) { + if( /^\s*(config|menu)/ ) { $intoken = 0; return; } -- cgit v0.9.0.2