| Revision: | 1.6 |
| Committed: | Mon May 30 21:24:41 2011 UTC (15 years, 3 months ago) by sf-exg |
| Branch: | MAIN |
| CVS Tags: | HEAD |
| Changes since 1.5: | +0 -0 lines |
| State: | FILE REMOVED |
| Log Message: | Embed libptytty. |
| # | User | Rev | Content |
|---|---|---|---|
| 1 | root | 1.4 | #!/bin/bash |
| 2 | root | 1.1 | |
| 3 | root | 1.3 | # updates libptytty from pristine sources, check out libptytty |
| 4 | ayin | 1.5 | # as a sibling of rxvt-unicode |
| 5 | root | 1.3 | |
| 6 | root | 1.4 | for i in ptytty.m4 src/{libptytty.h,ptytty.C,proxy.C,ptytty.h,logging.C,fdpass.C}; do |
| 7 | root | 1.1 | cp ../libptytty/$i $i |
| 8 | done |