SVN: toys/rsget.pl/Makefile
    sparky 
    sparky at pld-linux.org
       
    Tue Nov  3 02:19:08 CET 2009
    
    
  
Author: sparky
Date: Tue Nov  3 02:19:07 2009
New Revision: 10932
Modified:
   toys/rsget.pl/Makefile
Log:
- +README.requirements
Modified: toys/rsget.pl/Makefile
==============================================================================
--- toys/rsget.pl/Makefile	(original)
+++ toys/rsget.pl/Makefile	Tue Nov  3 02:19:07 2009
@@ -17,7 +17,7 @@
 	rm -rf $(PKGDIR)
 	install -d $(PKGDIR)/{$(DIRS)}
 	install rsget.pl $(PKGDIR)
-	cp Makefile README README.config $(PKGDIR)
+	cp Makefile README README.config README.requirements $(PKGDIR)
 	cp RSGet/*.pm $(PKGDIR)/RSGet
 	for DIR in $(PLUGIN_DIRS); do \
 		cp $$DIR/* $(PKGDIR)/$$DIR || exit 1; \
    
    
More information about the pld-cvs-commit
mailing list