forked from pool/post-build-checks
6041c0cc77
OBS-URL: https://build.opensuse.org/package/show/Base:System/post-build-checks?expand=0&rev=ab499c9aa6756f675342af2ff3ad606a
13 lines
418 B
Diff
13 lines
418 B
Diff
diff -Nur post-build-checks-1.0/checks/99-check-remove-rpms post-build-checks-1.0-new//checks/99-check-remove-rpms
|
|
--- post-build-checks-1.0/checks/99-check-remove-rpms 2008-09-03 15:10:17.000000000 +0200
|
|
+++ post-build-checks-1.0-new//checks/99-check-remove-rpms 2010-02-06 18:28:48.718027110 +0100
|
|
@@ -67,4 +67,7 @@
|
|
}
|
|
fi
|
|
|
|
-
|
|
+# umount proc
|
|
+if [ -e $BUILD_ROOT/proc/uptime ]
|
|
+ then umount $BUILD_ROOT/proc
|
|
+fi
|