summaryrefslogtreecommitdiff
path: root/cleopatre/buildroot/package/ebtables
diff options
context:
space:
mode:
authorlefranc2009-09-16 12:38:22 +0000
committerlefranc2009-09-16 12:38:22 +0000
commitfa0ac0b9af613ce2c7546ab15bce11ad17848dc7 (patch)
tree26d50110c4bacd32fae31e2d6d47d46bad14f796 /cleopatre/buildroot/package/ebtables
parenta88d80ef57184b1654198c48d0eb06548603c0a6 (diff)
[CLEO][buildroot] restore ebtables libs location into /usr/lib instead of /usr/lib/etables
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@5574 017c9cb6-072f-447c-8318-d5b54f68fe89
Diffstat (limited to 'cleopatre/buildroot/package/ebtables')
-rw-r--r--cleopatre/buildroot/package/ebtables/ebtables.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/cleopatre/buildroot/package/ebtables/ebtables.mk b/cleopatre/buildroot/package/ebtables/ebtables.mk
index 5cf08d6904..1de9b06050 100644
--- a/cleopatre/buildroot/package/ebtables/ebtables.mk
+++ b/cleopatre/buildroot/package/ebtables/ebtables.mk
@@ -42,9 +42,9 @@ $(TARGET_DIR)/usr/sbin/ebtables: $(EBTABLES_BUILD_DIR)/ebtables
INITDIR=/etc/init.d \
SYSCONFIGDIR=/etc \
BINDIR=/usr/sbin \
- LIBDIR=/usr/lib/ebtables
+ LIBDIR=/usr/lib
$(STRIPCMD) $(TARGET_DIR)/usr/sbin/ebtables
- $(STRIPCMD) $(TARGET_DIR)/usr/lib/ebtables/*.so
+ $(STRIPCMD) $(TARGET_DIR)/usr/lib/libebt*.so
ifneq ($(BR2_HAVE_MANPAGES),y)
rm -rf $(TARGET_DIR)/usr/share/man
endif
@@ -55,7 +55,7 @@ ebtables-source: $(DL_DIR)/$(EBTABLES_SOURCE)
ebtables-clean:
-$(MAKE1) -C $(EBTABLES_BUILD_DIR) clean
- rm -rf $(TARGET_DIR)/usr/sbin/ebtables* $(TARGET_DIR)/usr/lib/ebtables
+ rm -rf $(TARGET_DIR)/usr/sbin/ebtables* $(TARGET_DIR)/usr/lib/libebt*
ebtables-dirclean:
rm -rf $(EBTABLES_BUILD_DIR)