5 lines
127 B
Bash
5 lines
127 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
sed 's|%define compat_gl 0|%define compat_gl 1|' vtk.spec > vtk-compat_gl.spec
|
||
|
cp vtk.changes vtk-compat_gl.changes
|