Enlightenment CVS committal

Author  : handyande
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/modules/cpufreq


Modified Files:
        Makefile.am 


Log Message:
yes, it is not the right fix, but mkdir_p is undefined
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/src/modules/cpufreq/Makefile.am,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- Makefile.am 19 Apr 2005 08:45:26 -0000      1.4
+++ Makefile.am 19 Apr 2005 10:28:16 -0000      1.5
@@ -32,7 +32,7 @@
 setuid_root_mode = a=rx,u+s
 
 INSTALL_SU = \
-  test -z "$(pkgdir)" || $(mkdir_p) "$(DESTDIR)$(pkgdir)"; \
+  test -z "$(pkgdir)" || mkdir -p "$(DESTDIR)$(pkgdir)"; \
   echo "$(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(INSTALL) -m 
$(setuid_root_mode) freqset$(EXEEXT) $(DESTDIR)$(pkgdir)/freqset$(EXEEXT)"; \
   $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(INSTALL) -m 
$(setuid_root_mode) freqset$(EXEEXT) $(DESTDIR)$(pkgdir)/freqset$(EXEEXT);
 




-------------------------------------------------------
This SF.Net email is sponsored by: New Crystal Reports XI.
Version 11 adds new functionality designed to reduce time involved in
creating, integrating, and deploying reporting solutions. Free runtime info,
new features, or free trial, at: http://www.businessobjects.com/devxi/728
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to