forked from pool/automake
5 lines
217 B
Bash
5 lines
217 B
Bash
|
#!/bin/bash
|
||
|
# This script is called automatically during autobuild checkin.
|
||
|
sed -e "s,^Name:.*automake,Name: automake-testsuite," automake.spec > automake-testsuite.spec
|
||
|
cp automake.changes automake-testsuite.changes
|