forked from pool/libtool
8b6bb45fe5
OBS-URL: https://build.opensuse.org/package/show/Base:System/libtool?expand=0&rev=80fee274e4043decbe0bcc922d0e0800
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
|