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