projects
/
util-vserver.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
1b3101f
)
Fix syntax
author
Daniel Hokka Zakrisson
<daniel@hozac.com>
Fri, 28 Oct 2011 21:35:54 +0000 (23:35 +0200)
committer
Daniel Hokka Zakrisson
<daniel@hozac.com>
Fri, 28 Oct 2011 21:35:54 +0000 (23:35 +0200)
scripts/vurpm-worker
patch
|
blob
|
history
diff --git
a/scripts/vurpm-worker
b/scripts/vurpm-worker
index
5c8d547
..
310a068
100755
(executable)
--- a/
scripts/vurpm-worker
+++ b/
scripts/vurpm-worker
@@
-37,6
+37,7
@@
urpm="${VURPM_CMD:-urpmi}"
args=( --urpmi-root "$PKGDIR/base" )
if test "$urpm" = "urpmi" -o "$urpm" = "urpme"; then
args=( "${args[@]}" --root "$VDIR" )
+fi
rpmFake.exec $urpm \
"${args[@]}" \