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)
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to