X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=scripts%2Fvserver.functions;h=260bd6e474637fca92969f25c1d3da00b3056122;hb=69c048e18d1630eea2d5c55f7c5acbdcacba846e;hp=6d254583f397cc3402a27efcc5803185f9755596;hpb=aff4398a22495dbe9e926f547e4e9570a92184f9;p=util-vserver.git diff --git a/scripts/vserver.functions b/scripts/vserver.functions index 6d25458..260bd6e 100644 --- a/scripts/vserver.functions +++ b/scripts/vserver.functions @@ -1199,7 +1199,7 @@ function _namespaceCleanup # these are things that have to be accessible post-cleanup for tmp in "$root" "$__SBINDIR" "$__PKGLIBDIR" "$vdir" \ - "$__PKGSTATEDIR" "${skip[@]}"; do + "$__PKGSTATEDIR" "`pwd`" "${skip[@]}"; do while test -n "$tmp"; do list=( "${list[@]}" "$tmp" ) tmp="${tmp%/*}"