Parent Directory
|
Revision Log
Add gspatch/gsmultipatch scripts
| 1 | #!/bin/bash |
| 2 | |
| 3 | GPV="$1" |
| 4 | CODE="$2" |
| 5 | |
| 6 | shift 2 |
| 7 | patch -p1 $* -i /home/dsd/projects/gentoo/genpatches/2.6.${GPV}/${CODE}_*.patch |
| Name | Value |
|---|---|
| svn:executable | * |
| ViewVC Help | |
| Powered by ViewVC 1.1.20 |