[Ocfs2-commits] bryce commits r1574 - trunk/mount.ocfs

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Thu Oct 14 10:27:42 CDT 2004


Author: bryce
Date: 2004-10-14 10:27:41 -0500 (Thu, 14 Oct 2004)
New Revision: 1574

Modified:
   trunk/mount.ocfs/Makefile
Log:
Hellfire,.. 
/bin/mount searchs /sbin only,.. go figure



Modified: trunk/mount.ocfs/Makefile
===================================================================
--- trunk/mount.ocfs/Makefile	2004-10-14 14:25:11 UTC (rev 1573)
+++ trunk/mount.ocfs/Makefile	2004-10-14 15:27:41 UTC (rev 1574)
@@ -7,7 +7,7 @@
 all: $(TARGETS)
 
 install:
-	install -s -m 755 $(TARGETS) $(prefix)/bin
+	install -s -m 755 $(TARGETS) $(prefix)/sbin
 	$(shell ./update_filesystems)
 
 clean:



More information about the Ocfs2-commits mailing list