Enlightenment CVS committal

Author  : handyande
Project : e17
Module  : apps/e

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


Modified Files:
        Makefile.am 


Log Message:
Fix make install
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/src/modules/cpufreq/Makefile.am,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- Makefile.am 18 Apr 2005 14:33:24 -0000      1.1
+++ Makefile.am 18 Apr 2005 18:04:14 -0000      1.2
@@ -7,7 +7,7 @@
 module_icon.png
 freqsetdir = $(libdir)/enlightenment/modules/$(MODULE)
 freqset_DATA = \
-freqset
+freqset$(EXEEXT)
 
 EXTRA_DIST = $(files_DATA)
 
@@ -33,8 +33,9 @@
 setuid_root_mode = a=rx,u+s
 
 INSTALL_SU = \
-  echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install install -m 
$(setuid_root_mode) freqset $(installed_su)"; \
-  $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install install -m 
$(setuid_root_mode) freqset $(installed_su); \
+  echo "$(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install install -m 
$(setuid_root_mode) freqset$(EXEEXT) $(installed_su)"; \
+  mkdir $(pkgdir) -p; \
+  $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install install -m 
$(setuid_root_mode) freqset$(EXEEXT) $(installed_su); \
   #echo " chown root $(installed_su)"; \
   #chown root $(installed_su); \
   #echo " chmod $(setuid_root_mode) $(installed_su)"; \




-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to