Vanilla Development Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

CVS update: Vanilla/newstartd



Date:	Tuesday September 21, 1999 @ 0:50
Author:	unbelver

Update of /home/netrek/cvsroot/Vanilla/newstartd
In directory cvs.castle.real-time.com:/var/tmp/cvs-serv27619

Modified Files:
	Makefile 
Log Message:

oops,  Overspecified the path

--Carlos V.



****************************************

Index: Vanilla/newstartd/Makefile
diff -u Vanilla/newstartd/Makefile:1.14 Vanilla/newstartd/Makefile:1.15
--- Vanilla/newstartd/Makefile:1.14	Mon Sep 20 18:53:11 1999
+++ Vanilla/newstartd/Makefile	Tue Sep 21 00:50:42 1999
@@ -39,7 +39,7 @@
           /bin/mkdir $(LIBDIR); \
         fi
 	$(INSTALL) $(INSTALLOPTS) newstartd $(LIBDIR)/newstartd
-	(cd $(LIBDIR); /usr/bin/rm -f netrekd; /usr/bin/ln -sf newstartd netrekd)
+	(cd $(LIBDIR); /bin/rm -f netrekd; /bin/ln -sf newstartd netrekd)
 
 depend: 
 	touch .depend