Modificar python_modules/infra.py
fix gnome-flashback config files location Signed-off-by: Manuel Fernando da silva rosa <manuelsilvarosa@gmail.com>
This commit is contained in:
parent
4b9b7283a5
commit
d733723653
|
@ -429,7 +429,7 @@ def gnome_flahsbak_configs():
|
|||
print('=' * term_size.columns)
|
||||
print("Copy Gnome Flashback configs")
|
||||
src_gnomef = '/gnome-flashback'
|
||||
des_gnomef = '/etc/skel/.config/gnome-flashback'
|
||||
des_gnomef = '/etc/skel/.config'
|
||||
print("INFO: Copying - " + HOME_FOLDER + src_gnomef)
|
||||
shutil.copytree(HOME_FOLDER + src_gnomef,
|
||||
HOME_FOLDER + WPCHROOT + des_gnomef,
|
||||
|
|
Loading…
Reference in New Issue