[Lunar-commits] <lunar> Don't perform sanity checks on fhs.

Peter de Ridder peter at lunar-linux.org
Wed Sep 4 12:07:27 CEST 2013


commit a093cfc6a37d8a516d1bb0149ecd830659fcbbdb
Author: Peter de Ridder <peter at lunar-linux.org>
Date: Thu, 29 Aug 2013 11:17:28 -0700
URL: https://github.com/lunar-linux/lunar/commit/a093cfc6a37d8a516d1bb0149ecd830659fcbbdb

Don't perform sanity checks on fhs.
---
  plugins/postbuild-sanity.plugin | +5/-0     
  1 file changed, 5 insertions(+)

--- a/plugins/postbuild-sanity.plugin
+++ b/plugins/postbuild-sanity.plugin
@@ -13,6 +13,11 @@
 
 plugin_sanity_post_build()
 {
+    # Don't check the Filesystem Hierarchy Standard
+    if [ "$1" == fhs ] ; then
+        return 2;
+    fi
+
     (
 	local IFS TESTS PATTERN SEVERITY REASON
 




More information about the Lunar-commits mailing list