diff options
Diffstat (limited to 'repo/system/dhcp.xibuild')
-rw-r--r-- | repo/system/dhcp.xibuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/repo/system/dhcp.xibuild b/repo/system/dhcp.xibuild index 93eef22..f786c32 100644 --- a/repo/system/dhcp.xibuild +++ b/repo/system/dhcp.xibuild @@ -7,9 +7,9 @@ PKG_VER=4.4.3b1 SOURCE=https://ftp.isc.org/isc/dhcp/$PKG_VER/dhcp-$PKG_VER.tar.gz BOOTSCRIPTS=blfs-bootscripts-20210826 -ADDITIONAL=( +ADDITIONAL=" https://anduin.linuxfromscratch.org/BLFS/blfs-bootscripts/$BOOTSCRIPTS.tar.xz - ) + " DESC="A DHCP server, client and relay" |