projects
/
hvlinux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6ee4d7b
)
Remove obsolete ipkg() modes
author
Hugo Villeneuve
<hugo@hugovil.com>
Fri, 26 Dec 2014 21:34:20 +0000
(16:34 -0500)
committer
Hugo Villeneuve
<hugo@hugovil.com>
Sat, 27 Dec 2014 05:01:52 +0000
(
00:01
-0500)
functions/main
patch
|
blob
|
history
diff --git
a/functions/main
b/functions/main
index
35ec62c
..
770c3b6
100644
(file)
--- 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}
;;
*)