projects
/
util-vserver.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
d87cffa
)
fix missing world target in vupdateworld
author
Benedikt Boehm
<hollow@gentoo.org>
Sun, 14 Jan 2007 12:30:02 +0000 (12:30 +0000)
committer
Benedikt Boehm
<hollow@gentoo.org>
Sun, 14 Jan 2007 12:30:02 +0000 (12:30 +0000)
git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@2452
94cd875c
-1c1d-0410-91d2-
eb244daf1a30
scripts/vupdateworld
patch
|
blob
|
history
diff --git
a/scripts/vupdateworld
b/scripts/vupdateworld
index
4a7acdc
..
ee5f202
100755
(executable)
--- a/
scripts/vupdateworld
+++ b/
scripts/vupdateworld
@@
-70,4
+70,4
@@
VSOMETHING_PKGMGMT=1
export VSOMETHING_TITLE VSOMETHING_PKGMGMT
test ${#vsomething_opts[@]} -eq 0 || vsomething_opts=( "${vsomething_opts[@]}" -- )
-exec $_VSOMETHING "${send_through[@]}" emerge "${vsomething_opts[@]}" --update --deep --newuse "$@"
+exec $_VSOMETHING "${send_through[@]}" emerge "${vsomething_opts[@]}" world --update --deep --newuse "$@"