The following changes were made:
* Added SHELL (/bin/bash) to Makefile * Added BRIEF to Makefile * Added REPO to Makefile.dhclient and Makefile.dhcpd
This commit is contained in:
5
Makefile
5
Makefile
@@ -8,11 +8,14 @@
|
||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
# GNU General Public License for more details.
|
||||
|
||||
SHELL = /bin/bash
|
||||
|
||||
export SRCPKG = dhcp
|
||||
export DEPENDS = glibc
|
||||
export ARCH = x86_64
|
||||
export URL = https://www.isc.org/
|
||||
SNAPVER = 4
|
||||
BRIEF = Source package for dhcpd and dhclient
|
||||
SNAPVER = 5
|
||||
|
||||
PWD := $(shell pwd)
|
||||
ROOT := $(PWD)/ROOT
|
||||
|
||||
Reference in New Issue
Block a user