mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
[fix] Remove warning from equivs
This commit is contained in:
parent
696ab8a989
commit
1d71715436
1 changed files with 4 additions and 0 deletions
|
@ -101,6 +101,10 @@ ynh_package_install_from_equivs () {
|
|||
|
||||
# Build and install the package
|
||||
local TMPDIR=$(mktemp -d)
|
||||
|
||||
# Force the compatibility level at 10, levels below are deprecated
|
||||
echo 10 > /usr/share/equivs/template/debian/compat
|
||||
|
||||
# Note that the cd executes into a sub shell
|
||||
# Create a fake deb package with equivs-build and the given control file
|
||||
# Install the fake package without its dependencies with dpkg
|
||||
|
|
Loading…
Add table
Reference in a new issue