From d0a3cf57c3712ff54728dc3cdadeb041b9f737d8 Mon Sep 17 00:00:00 2001
From: Ruben Rodriguez <ruben@trisquel.info>
Date: Mon, 27 Jun 2016 11:10:02 -0400
Subject: [PATCH] Fixed build for flidas

---
 helpers/make-isc-dhcp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/helpers/make-isc-dhcp b/helpers/make-isc-dhcp
index 853dbf7f..6586032b 100644
--- a/helpers/make-isc-dhcp
+++ b/helpers/make-isc-dhcp
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-#    Copyright (C) 2014  Rubén Rodríguez <ruben@trisquel.info>
+#    Copyright (C) 2014-2016  Ruben Rodriguez <ruben@trisquel.info>
 #
 #    This program is free software; you can redistribute it and/or modify
 #    it under the terms of the GNU General Public License as published by
@@ -21,7 +21,7 @@ VERSION=1
 
 . ./config
 
-sed 's/send host-name/#send host-name/' -i debian/dhclient.conf client/dhclient.conf
+sed 's/send host-name/#send host-name/' -i debian/dhclient.conf
 
 changelog "Disable sending hostname through dhcp by default"
 
-- 
GitLab