[Ocfs2-commits] manish commits r1288 - trunk/src
svn-commits at oss.oracle.com
svn-commits at oss.oracle.com
Tue Jul 20 12:21:33 CDT 2004
Author: manish
Date: 2004-07-20 11:21:31 -0500 (Tue, 20 Jul 2004)
New Revision: 1288
Modified:
trunk/src/Makefile
Log:
Put in proper module dir so rpm framework works
Modified: trunk/src/Makefile
===================================================================
--- trunk/src/Makefile 2004-07-20 05:24:38 UTC (rev 1287)
+++ trunk/src/Makefile 2004-07-20 16:21:31 UTC (rev 1288)
@@ -226,8 +226,8 @@
INSTALL_RULES = install-ocfs
install-ocfs: $(INSTALL_MODULE)
- $(TOPDIR)/mkinstalldirs $(DESTDIR)$(MODULEDIR)/ocfs
- $(INSTALL_DATA) $< $(DESTDIR)$(MODULEDIR)/ocfs/$<
+ $(TOPDIR)/mkinstalldirs $(DESTDIR)$(MODULEDIR)
+ $(INSTALL_DATA) $< $(DESTDIR)$(MODULEDIR)/$<
include $(TOPDIR)/Postamble.make
More information about the Ocfs2-commits
mailing list