libzstd: Include the zstd binaries in the udeb
This commit is contained in:
parent
96d6a79007
commit
d9c1071020
1 changed files with 4 additions and 1 deletions
|
|
@ -1,6 +1,7 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
#
|
#
|
||||||
# Copyright (C) 2022 Luis Guzmán <ark@switnet.org>
|
# Copyright (C) 2022 Luis Guzmán <ark@switnet.org>
|
||||||
|
# Copyright (C) 2022 Ruben Rodriguez <ruben@trisquel.info>
|
||||||
#
|
#
|
||||||
# This program is free software; you can redistribute it and/or modify
|
# 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
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
|
@ -23,10 +24,12 @@
|
||||||
# or fetch such packages from Debian in order to build the required udeb packages.
|
# or fetch such packages from Debian in order to build the required udeb packages.
|
||||||
##
|
##
|
||||||
|
|
||||||
VERSION=0
|
VERSION=1
|
||||||
NETINST=true
|
NETINST=true
|
||||||
. ./config
|
. ./config
|
||||||
|
|
||||||
|
# Include the zstd binaries in the udeb package, required by debootstrap >=1.0.124
|
||||||
|
cp debian/zstd.install debian/libzstd1-udeb.install
|
||||||
|
|
||||||
changelog "Rebuild upstream to get udeb dependency for debian-installer."
|
changelog "Rebuild upstream to get udeb dependency for debian-installer."
|
||||||
compile
|
compile
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue