Signed-off-by: Matt Darfeuille <[email protected]>
---
Shorewall/install.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Shorewall/install.sh b/Shorewall/install.sh
index c2de919..f06764c 100755
--- a/Shorewall/install.sh
+++ b/Shorewall/install.sh
@@ -331,8 +331,8 @@ if [ $BUILD != cygwin ]; then
fi
fi
-install -d $OWNERSHIP -m 0755 ${DESTDIR}${SBINDIR}
-[ -n "${INITFILE}" ] && install -d $OWNERSHIP -m 0755 ${DESTDIR}${INITDIR}
+run_install -d $OWNERSHIP -m 0755 ${DESTDIR}${SBINDIR}
+[ -n "${INITFILE}" ] && run_install -d $OWNERSHIP -m 0755 ${DESTDIR}${INITDIR}
if [ -z "$DESTDIR" -a $PRODUCT != shorewall ]; then
[ -x ${LIBEXECDIR}/shorewall/compiler.pl ] || \
{ echo " ERROR: Shorewall >= 4.5.0 is not installed" >&2; exit 1; }
--
2.8.3
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
_______________________________________________
Shorewall-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/shorewall-devel