summaryrefslogtreecommitdiffstats
path: root/make/iptables.mk
diff options
context:
space:
mode:
authorManuel Novoa III <mjn3@codepoet.org>2003-08-19 02:47:19 +0000
committerManuel Novoa III <mjn3@codepoet.org>2003-08-19 02:47:19 +0000
commitf068e6fd033291f0fbe72cbf07347e233238d03b (patch)
treed5779d0828bf179e1ff49fa4b3224869eccba8e3 /make/iptables.mk
parent9d92d8c8908058ffc00a9815f0cfc7e4547d1560 (diff)
downloadbuildroot-novena-f068e6fd033291f0fbe72cbf07347e233238d03b.tar.gz
buildroot-novena-f068e6fd033291f0fbe72cbf07347e233238d03b.zip
Make the whole usr/local/lib/iptables path.
Diffstat (limited to 'make/iptables.mk')
-rw-r--r--make/iptables.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/iptables.mk b/make/iptables.mk
index 921db7053..118a316e8 100644
--- a/make/iptables.mk
+++ b/make/iptables.mk
@@ -28,7 +28,7 @@ $(TARGET_DIR)/sbin/iptables: $(IPTABLES_BUILD_DIR)/iptables
cp -af $(IPTABLES_BUILD_DIR)/iptables $(TARGET_DIR)/sbin/
cp -af $(IPTABLES_BUILD_DIR)/iptables-save $(TARGET_DIR)/sbin/
cp -af $(IPTABLES_BUILD_DIR)/iptables-restore $(TARGET_DIR)/sbin/
- -mkdir $(TARGET_DIR)/usr/local/lib/iptables
+ -mkdir -p $(TARGET_DIR)/usr/local/lib/iptables
cp -af $(IPTABLES_BUILD_DIR)/extensions/*.so $(TARGET_DIR)/usr/local/lib/iptables/
iptables: $(TARGET_DIR)/sbin/iptables