[Lunar-commits] r18852 - moonbase/trunk/net/dsniff

Dennis Veatch stumbles at lunar-linux.org
Fri Feb 24 00:53:03 UTC 2006


Author: stumbles
Date: 2006-02-24 00:53:01 +0000 (Fri, 24 Feb 2006)
New Revision: 18852

Modified:
   moonbase/trunk/net/dsniff/BUILD
Log:

This doesn't fix the bug report about libnet. But we don't
want it going to /usr/local



Modified: moonbase/trunk/net/dsniff/BUILD
===================================================================
--- moonbase/trunk/net/dsniff/BUILD	2006-02-23 21:17:14 UTC (rev 18851)
+++ moonbase/trunk/net/dsniff/BUILD	2006-02-24 00:53:01 UTC (rev 18852)
@@ -1,8 +1,11 @@
 (
-cd $SOURCE_DIRECTORY &&
-./configure &&
-sedit "s/#define HAVE_SYS_QUEUE_H/\/\//" config.h &&
-make &&
-prepare_install &&
-make install
+
+  cd $SOURCE_DIRECTORY &&
+  
+  ./configure --prefix=/usr  &&
+
+  sedit "s/#define HAVE_SYS_QUEUE_H/\/\//" config.h &&
+
+  default_make
+
 ) > $C_FIFO



More information about the Lunar-commits mailing list