view deploy/linux/generate-qrc @ 84:e77bcf5caedd

Some layout & text tweaks
author Chris Cannam
date Wed, 26 Feb 2020 13:27:02 +0000
parents 38cd115c91d4
children
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 -e 's/@SUFFIX@/.so/g' -e 's/@EXESUFFIX@//g' > "$qrc"