Mercurial > hg > vamp-plugin-pack
view deploy/linux/generate-qrc @ 52:eeab56dd59d6
Copy in metadata files as well
author | Chris Cannam |
---|---|
date | Thu, 30 Jan 2020 15:15:49 +0000 |
parents | 3466e0d1393c |
children | 38cd115c91d4 |
line wrap: on
line source
#!/bin/bash qrc="$1" if [ ! -f "$qrc".in ]; then echo "Input file $qrc.in not found" exit 2 fi set -eu cat "$qrc".in | sed 's/@SUFFIX@/so/g' > "$qrc"