From 92a47d0828ad8f6bc19832d4f55f5664b9d57b45 Mon Sep 17 00:00:00 2001 From: Hugo Villeneuve Date: Fri, 26 Dec 2014 16:34:20 -0500 Subject: [PATCH] Remove obsolete ipkg() modes --- functions/main | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/functions/main b/functions/main index 35ec62c..770c3b6 100644 --- a/functions/main +++ b/functions/main @@ -876,8 +876,6 @@ indicate_pkg_build_complete() # ac Standard autoconf package, build in separate dir (default) # acnb Standard autoconf package, build in source dir # noac No autoconf (configure) -# gnome -# xorg # pm # -t Enable dependency tracking # -s Name of script to source (default is from name of package) @@ -911,7 +909,7 @@ ipkg() m) # Installation mode case ${OPTARG} in - ac|acnb|noac|gnome|xorg|pm) + ac|acnb|noac|pm) IPKG_MODE=${OPTARG} ;; *) -- 2.20.1