diff options
author | Aaron W. Swenson <titanofold@gentoo.org> | 2011-03-19 22:20:29 -0400 |
---|---|---|
committer | Aaron W. Swenson <titanofold@gentoo.org> | 2011-03-19 22:20:29 -0400 |
commit | c688ba8d47cbd94761ac2f0c8527e904b90b1364 (patch) | |
tree | 246a40b392bf2cd7d66ac38d3016ab82dc6f0e99 | |
parent | Initial commit. README describes repository layout. (diff) | |
download | eclass-c688ba8d47cbd94761ac2f0c8527e904b90b1364.tar.gz eclass-c688ba8d47cbd94761ac2f0c8527e904b90b1364.tar.bz2 eclass-c688ba8d47cbd94761ac2f0c8527e904b90b1364.zip |
Clarified steps as to how the patches are prepped.
-rw-r--r-- | README | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -9,6 +9,9 @@ version they work with. Those files are then manually rolled into a tarball and hosted at 'http://d.g.o/~titanofold/'. +$ tar cjf postgresql-${SLOT}-patches.tbz2 postgresql-${SLOT}-*patch +$ scp postgresql-${SLOT}-patches.tbz2 dev.gentoo.org:public_html + Init Scripts ------------------------------------------------------------------------------- |