diff options
Diffstat (limited to '009.pkgconf_host.vars')
-rw-r--r-- | 009.pkgconf_host.vars | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/009.pkgconf_host.vars b/009.pkgconf_host.vars index add0e462..3443633b 100644 --- a/009.pkgconf_host.vars +++ b/009.pkgconf_host.vars @@ -1,10 +1,10 @@ # -# . ./build.vars and set -o errexit are assumed. +# . ./build.vars and set -o errexit -o noglob are assumed. # pkg_pkgconf_host_install_post() { if [ -e ${PREFIX}/bin/${TARGET}-pkg-config ]; then - rm -f ${PREFIX}/bin/${TARGET}-pkg-config; + rm -f -- ${PREFIX}/bin/${TARGET}-pkg-config; fi; cat > ${PREFIX}/bin/${TARGET}-pkg-config <<EOF #!/bin/sh |