SVN: toys/rsget.pl/Makefile
    sparky 
    sparky at pld-linux.org
       
    Tue Jul 13 14:03:16 CEST 2010
    
    
  
Author: sparky
Date: Tue Jul 13 14:03:17 2010
New Revision: 11667
Modified:
   toys/rsget.pl/Makefile
Log:
- typo
Modified: toys/rsget.pl/Makefile
==============================================================================
--- toys/rsget.pl/Makefile	(original)
+++ toys/rsget.pl/Makefile	Tue Jul 13 14:03:17 2010
@@ -26,7 +26,7 @@
 pkg: clean
 	rm -rf $(PKGDIR)
 	for DIR in $(DIRS); do \
-		install -d $(PKGDIR)/$$DIRS; \
+		install -d $(PKGDIR)/$$DIR; \
 	done
 	install rsget.pl $(PKGDIR)
 	cp Makefile README README.config README.requirements $(PKGDIR)
    
    
More information about the pld-cvs-commit
mailing list