From: Michael Tremer Date: Sat, 7 Feb 2009 14:51:30 +0000 (+0100) Subject: Found two left references to software_list. X-Git-Tag: v3.0-alpha1~25 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=51111711eac60285cc9315619e67d37a1450cc72;p=ipfire-3.x.git Found two left references to software_list. --- diff --git a/make.sh b/make.sh index 4a2604fb4..a69803e49 100755 --- a/make.sh +++ b/make.sh @@ -444,7 +444,7 @@ packages_build() { # Generate packages list echo -n "Generating packages list" - software_list > $BASEDIR/doc/packages-list.txt + pkg_list_packages > $BASEDIR/doc/packages-list.txt beautify message DONE if [ ${EMB} -eq 0 ]; then diff --git a/tools/make-interactive b/tools/make-interactive index 1fff16e5d..003b026ad 100644 --- a/tools/make-interactive +++ b/tools/make-interactive @@ -152,7 +152,7 @@ source|src) putsource ;; list) - software_list | tee -a $BASEDIR/doc/packages-list.txt + pkg_list_packages | tee -a $BASEDIR/doc/packages-list.txt ;; esac ;;