Enlightenment CVS committal

Author  : swielinga
Project : e17
Module  : libs/edje

Dir     : e17/libs/edje


Modified Files:
        Makefile.am 


Log Message:
You forgot to add $(DESTDIR), buddy :-)

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/edje/Makefile.am,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -3 -r1.7 -r1.8
--- Makefile.am 6 Mar 2004 15:17:35 -0000       1.7
+++ Makefile.am 8 Mar 2004 01:21:05 -0000       1.8
@@ -16,8 +16,8 @@
          done \
        fi
        if test "x${vimdir}" != "x"; then \
-         $(mkinstalldirs) $(vimdir)/syntax; \
-         cp -p $(srcdir)/data/edc.vim $(vimdir)/syntax/; \
+         $(mkinstalldirs) $(DESTDIR)$(vimdir)/syntax; \
+         cp -p $(srcdir)/data/edc.vim $(DESTDIR)$(vimdir)/syntax/; \
        fi
 
 dist-hook:




-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to