Parent Directory
|
Revision Log
|
Patch
| genpatches-2.6-misc/scripts/gspatch Revision 19 | genpatches-2.6-misc/scripts/gppatch Revision 26 | ||
|---|---|---|---|
| 1 | #!/bin/bash | 1 | #!/bin/bash |
| 2 | |||
| 3 | . ~/.genpatchesrc | ||
| 2 | 4 | ||
| 3 | GPV="$1" | 5 | GPV="$1" |
| 4 | CODE="$2" | 6 | CODE="$2" |
| 5 | 7 | ||
| 6 | shift 2 | 8 | shift 2 |
| 7 | patch -p1 $* -i /home/dsd/projects/gentoo/genpatches/2.6.${GPV}/${CODE}_*.patch | 9 | patch -p1 $* -i ${GENPATCHES_TRUNK}/2.6.${GPV}/${CODE}_*.patch |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.13 |