libtool/pre_checkin.sh
Philipp Thomas 17badea986 - Fix pre_checkin.sh
- Add a note in the spec file to run pre_checkin.sh

OBS-URL: https://build.opensuse.org/package/show/Base:System/libtool?expand=0&rev=45
2012-07-19 12:21:03 +00:00

6 lines
264 B
Bash

#!/bin/bash
# This script is called automatically during autobuild checkin.
sed -e "s,^\(Name:.*libtool\),\1-testsuite," \
-e "s,^\(#\ spec\ file\ for.*libtool\),\1-testsuite," libtool.spec > libtool-testsuite.spec
cp libtool.changes libtool-testsuite.changes