- Revision
- 11233
- Author
- bear
- Date
- 2006-07-21 16:10:38 -0700 (Fri, 21 Jul 2006)
Log Message
adding back the * to the tar manifest for PyChecker - typo
Modified Paths
Diff
Modified: trunk/external/pychecker/Makefile (11232 => 11233)
--- trunk/external/pychecker/Makefile 2006-07-21 23:08:07 UTC (rev 11232) +++ trunk/external/pychecker/Makefile 2006-07-21 23:10:38 UTC (rev 11233) @@ -41,7 +41,7 @@ tar -C $(BUILD_ROOT) -cvzf $(PYCHECKER)/$(TARBALL) \ --exclude '*.py?' \ $(SNAP)/$(SITE)/pychecker \ - $(SNAP)/$(BIN)/pychecker + $(SNAP)/$(BIN)/pychecker* install: $(TARBALL) cp -p $(TARBALL) $(CHANDLERARCHIVES)
_______________________________________________ Commits mailing list [email protected] http://lists.osafoundation.org/mailman/listinfo/commits
