]> git.stg.codes - stg.git/blobdiff - projects/stargazer/build
Exclude legacy hostallow.lib from compilation
[stg.git] / projects / stargazer / build
index 3d4b1f92f3222e52c8f0f11862118632c0581d9f..129c0966919c55cbd4089686a5d8c876f1e7e416 100755 (executable)
@@ -1,4 +1,4 @@
-    #!/bin/sh
+#!/bin/sh
 
 #   $Revision: 1.57 $
 #   $Author: faust $
@@ -7,7 +7,7 @@
 
 # Installation path prefix
 
-PREFIX=""
+#PREFIX=""
 
 # Binaries access bits
 
@@ -17,6 +17,10 @@ BIN_MODE=0755
 
 DATA_MODE=0644
 
+# Dir access bits
+
+DIR_MODE=0755
+
 # Binaries and data files owner
 
 OWNER=root
@@ -114,7 +118,6 @@ STG_LIBS="stg_logger.lib
          common.lib 
          script_executer.lib 
          conffiles.lib
-          hostallow.lib 
          pinger.lib 
          dotconfpp.lib"
 
@@ -394,6 +397,7 @@ echo "LIB_THREAD=$LIB_THREAD" >> $CONFFILE
 echo "PREFIX=$PREFIX" >> $CONFFILE
 echo "BIN_MODE=$BIN_MODE" >> $CONFFILE
 echo "DATA_MODE=$DATA_MODE" >> $CONFFILE
+echo "DIR_MODE=$DIR_MODE" >> $CONFFILE
 echo "OWNER=$OWNER" >> $CONFFILE
 echo "VAR_DIR=$VAR_DIR" >> $CONFFILE
 echo "ETC_DIR=$ETC_DIR" >> $CONFFILE