[Lunar-commits] r15223 - moonbase/trunk/utils/nbench-byte

Auke Kok sofar at lunar-linux.org
Thu Jun 2 11:43:48 UTC 2005


Author: sofar
Date: 2005-06-02 11:43:47 +0000 (Thu, 02 Jun 2005)
New Revision: 15223

Modified:
   moonbase/trunk/utils/nbench-byte/BUILD
Log:
This sucesfully ran =^).


Modified: moonbase/trunk/utils/nbench-byte/BUILD
===================================================================
--- moonbase/trunk/utils/nbench-byte/BUILD	2005-06-02 11:33:47 UTC (rev 15222)
+++ moonbase/trunk/utils/nbench-byte/BUILD	2005-06-02 11:43:47 UTC (rev 15223)
@@ -1,8 +1,11 @@
 (
 
-  make				&&
-  prepare_install		&&
-  install -m 755 nbench /usr/bin
+  sedit 's|NNET.DAT|/usr/share/nbench-byte/NNET.DAT|' nbench1.h	&&
+  make					&&
+  prepare_install			&&
+  install -m 755 nbench /usr/bin	&&
+  mkdir -p /usr/share/nbench-byte/	&&
+  install NNET.DAT /usr/share/nbench-byte/
 
 ) > $C_FIFO 2>&1
 



More information about the Lunar-commits mailing list