6 lines
222 B
Bash
6 lines
222 B
Bash
|
#! /bin/sh
|
||
|
|
||
|
sed -e 's,^Name:.*,Name: harfbuzz-bootstrap,; s,build_bootstrap 0,build_bootstrap 1,' harfbuzz.spec > harfbuzz-bootstrap.spec
|
||
|
cp harfbuzz.changes harfbuzz-bootstrap.changes
|
||
|
osc service localrun clean_spec_file
|