mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
regenconf: Missing mkdir for dpkgorigins
This commit is contained in:
parent
79126809eb
commit
d64f2cdf1a
1 changed files with 1 additions and 0 deletions
|
@ -151,6 +151,7 @@ EOF
|
|||
touch ${pending_dir}/etc/systemd/system/proc-hidepid.service
|
||||
fi
|
||||
|
||||
mkdir -p ${pending_dir}/etc/dpkg/origins/
|
||||
cp dpkg-origins ${pending_dir}/etc/dpkg/origins/yunohost
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue