summaryrefslogtreecommitdiffhomepage
path: root/vars/pkgconf_host.vars
diff options
context:
space:
mode:
authorLucio Andrés Illanes Albornoz (arab, vxp) <l.illanes@gmx.de>2017-02-03 18:07:44 +0100
committerLucio Andrés Illanes Albornoz (arab, vxp) <l.illanes@gmx.de>2017-02-03 18:28:30 +0100
commitbd97b660147609b31020e06ecf552d8473dfb0d3 (patch)
tree41cc36e897e5cc64966c8910995b87e05641817f /vars/pkgconf_host.vars
parentd1adc7c60425c2b34039f713881c3cdf75534ef1 (diff)
downloadmidipix_build-bd97b660147609b31020e06ecf552d8473dfb0d3.tar.bz2
midipix_build-bd97b660147609b31020e06ecf552d8473dfb0d3.tar.xz
build.sh, etc/build.usage, {subr,vars}/*: general cleanup.
Diffstat (limited to 'vars/pkgconf_host.vars')
-rw-r--r--vars/pkgconf_host.vars2
1 files changed, 1 insertions, 1 deletions
diff --git a/vars/pkgconf_host.vars b/vars/pkgconf_host.vars
index 61d467a2..3435a2c0 100644
--- a/vars/pkgconf_host.vars
+++ b/vars/pkgconf_host.vars
@@ -4,7 +4,7 @@
pkg_pkgconf_host_install_post() {
if [ -e ${PREFIX}/bin/${TARGET}-pkg-config ]; then
- secure_rm ${PREFIX}/bin/${TARGET}-pkg-config;
+ build_fileop rm ${PREFIX}/bin/${TARGET}-pkg-config;
fi;
cat > ${PREFIX}/bin/${TARGET}-pkg-config <<EOF
#!/bin/sh