mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Copypasta is the worst kind of pasta
This commit is contained in:
parent
9c22d36c6f
commit
e5bc94b9cf
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ ynh_apt_install_dependencies() {
|
|||
local TMPDIR=$(mktemp --directory)
|
||||
mkdir -p ${TMPDIR}/${app_ynh_deps}/DEBIAN
|
||||
# For some reason, dpkg-deb insists for folder perm to be 755 and sometimes it's 777 o_O?
|
||||
chmod -R 755 ${TMPDIR}/${pkgname}
|
||||
chmod -R 755 ${TMPDIR}/${app_ynh_deps}
|
||||
|
||||
cat >${TMPDIR}/${app_ynh_deps}/DEBIAN/control <<EOF
|
||||
Section: misc
|
||||
|
|
Loading…
Add table
Reference in a new issue