post_install_sid.sh: apt.conf.d doesn't need recursivity (see 9126e6c)
but should copy files instead of the directory!
This commit is contained in:
parent
13927ef818
commit
ee3830cc8f
@ -554,7 +554,7 @@ architecture
|
||||
preconfig restart_no_asking
|
||||
|
||||
## apt.conf.d
|
||||
cp -rf ${script_path}/apt/apt.conf.d/ /etc/apt/apt.conf.d/
|
||||
cp -f ${script_path}/apt/apt.conf.d/* /etc/apt/apt.conf.d/
|
||||
|
||||
## Sources.list
|
||||
### Backup initial
|
||||
|
Loading…
x
Reference in New Issue
Block a user