automake/pre_checkin.sh

5 lines
209 B
Bash

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