ispman Makefile,1.66,1.67
Joerg Delker <[email protected]>
| Newsgroups | gmane.comp.isp.ispman.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/ispman/ispman In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22326 Modified Files: Makefile Log Message: added tasks dir to install-agent target Index: Makefile =================================================================== RCS file: /cvsroot/ispman/ispman/Makefile,v retrieving revision 1.66 retrieving revision 1.67 diff -u -d -r1.66 -r1.67 --- Makefile 29 Dec 2004 23:19:30 -0000 1.66 +++ Makefile 1 Jan 2005 20:37:23 -0000 1.67 @@ -80,6 +80,11 @@ @echo "ISPMan agent" @echo "------------" $(INSTALL) -c -m 750 bin/ispman-agent $(DESTDIR)$(PREFIX)/bin + @list="`find tasks -type f | grep -v CVS | grep -v '/\.'`"; \ + for p in $$list; do \ + echo "$(INSTALL) -c $$p $(DESTDIR)$(PREFIX)/$$p"; \ + $(INSTALL) -c $$p $(DESTDIR)$(PREFIX)/$$p; \ + done # install files for web UI ------------------------------------------------------- The SF.Net email is sponsored by: Beat the post-holiday blues Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt