diff options
author | Manuel Novoa III <mjn3@codepoet.org> | 2003-08-19 02:47:19 +0000 |
---|---|---|
committer | Manuel Novoa III <mjn3@codepoet.org> | 2003-08-19 02:47:19 +0000 |
commit | f068e6fd033291f0fbe72cbf07347e233238d03b (patch) | |
tree | d5779d0828bf179e1ff49fa4b3224869eccba8e3 /make/iptables.mk | |
parent | 9d92d8c8908058ffc00a9815f0cfc7e4547d1560 (diff) | |
download | buildroot-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.mk | 2 |
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 |