ispCP - Board - Support
Makefile in config/dist/fedora isbad ..please fix - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega Support Area (/forum-30.html)
+--- Forum: System Setup & Installation (/forum-32.html)
+--- Thread: Makefile in config/dist/fedora isbad ..please fix (/thread-1579.html)



Makefile in config/dist/fedora isbad ..please fix - graywolf - 10-20-2007 09:54 PM

there is a error in the make file
Code:
(cd ./logrotate && $(MAKE) install);  
         fi
change to

Code:
(cd ./logrotate && $(MAKE) install);  \
         fi

kthx


RE: Makefile in config/dist/fedora isbad ..please fix - BeNe - 10-21-2007 01:34 AM

Ticket is open --> http://www.isp-control.net/ispcp/ticket/801

Greez BeNe