forked from pool/apfel
5 lines
165 B
Bash
5 lines
165 B
Bash
|
#!/bin/bash
|
||
|
vtagline=$(grep "^Version:.*$" apfel.spec)
|
||
|
sed "s/^Version:.*@version@$/${vtagline}/" apfelgui.spec.in > apfelgui.spec
|
||
|
cp apfel.changes apfelgui.changes
|