aboutsummaryrefslogtreecommitdiff
path: root/net/isc-dhcp/Makefile
diff options
context:
space:
mode:
authorPhilip Prindeville <philipp@redfish-solutions.com>2018-03-30 09:14:40 -0600
committerPhilip Prindeville <philipp@redfish-solutions.com>2018-04-08 16:17:44 -0600
commita35ebccb267c20ddb294070a45a846a7102df11b (patch)
tree3113cf5e79e1a72f83368f71513a6657de2941ee /net/isc-dhcp/Makefile
parent739c65e569393f693eb69979af6719b77837623e (diff)
isc-dhcp: make files/ consistent by flattening
Some /etc/config-destined files are in files/ and suffixed with .conf while others are in files/etc/config/ which isn't consistent. Put everything in files/ and call it good. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
Diffstat (limited to 'net/isc-dhcp/Makefile')
-rw-r--r--net/isc-dhcp/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/isc-dhcp/Makefile b/net/isc-dhcp/Makefile
index a2b43530e..0f8593177 100644
--- a/net/isc-dhcp/Makefile
+++ b/net/isc-dhcp/Makefile
@@ -196,7 +196,7 @@ define Package/isc-dhcp-relay-$(BUILD_VARIANT)/install
$(INSTALL_DIR) $(1)/usr/sbin
$(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/dhcrelay $(1)/usr/sbin
$(INSTALL_DIR) $(1)/etc/config
- $(INSTALL_DATA) ./files/etc/config/dhcrelay $(1)/etc/config
+ $(INSTALL_DATA) ./files/dhcrelay.conf $(1)/etc/config
$(INSTALL_DIR) $(1)/etc/init.d
$(INSTALL_BIN) ./files/dhcrelay4.init $(1)/etc/init.d/dhcrelay4
endef