Blame SOURCES/os-prober-newnsdirfix.patch

c62eab
diff -up os-prober-1.46/common.sh.newnsmove os-prober-1.46/common.sh
c62eab
--- os-prober-1.46/common.sh.newnsmove	2011-04-10 05:30:57.000000000 +0430
c62eab
+++ os-prober-1.46/common.sh	2011-05-04 04:08:09.603020037 +0430
c62eab
@@ -1,5 +1,5 @@
c62eab
 newns () {
c62eab
-  [ "$OS_PROBER_NEWNS" ] || exec /usr/lib/os-prober/newns "$0" "$@"
c62eab
+  [ "$OS_PROBER_NEWNS" ] || exec /usr/lib/newns "$0" "$@"
c62eab
 }
c62eab
 
c62eab
 cleanup_tmpdir=false