make $(TARGET_DIR)/sbin at install time. make TARGET_DIR=arptables-pkg arptables. ipkg etc..
SVN-Revision: 43
This commit is contained in:
parent
46f043ca65
commit
7a0f201bd6
1 changed files with 1 additions and 0 deletions
|
@ -32,6 +32,7 @@ $(ARPTABLES_BUILD_DIR)/$(ARPTABLES_NAME): $(ARPTABLES_BUILD_DIR)/.configured
|
|||
CC=$(TARGET_CC) COPT_FLAGS="$(TARGET_CFLAGS)"
|
||||
|
||||
$(TARGET_DIR)/sbin/$(ARPTABLES_NAME): $(ARPTABLES_BUILD_DIR)/$(ARPTABLES_NAME)
|
||||
mkdir -p $(TARGET_DIR)/sbin/
|
||||
cp $(ARPTABLES_BUILD_DIR)/$(ARPTABLES_NAME) $(TARGET_DIR)/sbin/$(ARPTABLES_NAME)
|
||||
$(STRIP) $(TARGET_DIR)/sbin/$(ARPTABLES_NAME)
|
||||
|
||||
|
|
Loading…
Reference in a new issue