diff options
Diffstat (limited to 'repo/system/acpid.xibuild')
-rw-r--r-- | repo/system/acpid.xibuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/repo/system/acpid.xibuild b/repo/system/acpid.xibuild index 0477ce0..209c8e5 100644 --- a/repo/system/acpid.xibuild +++ b/repo/system/acpid.xibuild @@ -8,9 +8,9 @@ SOURCE=https://downloads.sourceforge.net/acpid2/acpid-$PKG_VER.tar.xz DESC="Daemon for battery, power, and thermal readings" BOOTSCRIPTS=blfs-bootscripts-20210826 -ADDITIONAL=( +ADDITIONAL=" https://anduin.linuxfromscratch.org/BLFS/blfs-bootscripts/$BOOTSCRIPTS.tar.xz - ) + " build () { ./configure --prefix=/usr \ |