DieterBaum / qt-fsarchiver

Program for Backup and restore partitions
GNU General Public License v3.0
18 stars 9 forks source link

Warning! After self-build and installation, do not use target uninstall. #16

Open 1Joy1 opened 2 years ago

1Joy1 commented 2 years ago

Warning! After self-build and installation, do not use target uninstall.

After run qmake will created makefile. This file has a target uninstall uninstall: uninstall_target uninstall_icon uninstall_autostart uninstall_translations uninstall_doc uninstall_findsmb FORCE

target uninstall_findsmb looks like that

uninstall_findsmb: FORCE
    -$(DEL_FILE) -r $(INSTALL_ROOT)/usr/sbin
    -$(DEL_DIR) $(INSTALL_ROOT)/usr/ 

This deleting all files in your folder /usr/sbin and kill your system.

Testing on Ubuntu 16.04

DieterBaum commented 2 years ago

The mistake is corrected in Version 0,8,6-6

1Joy1 commented 2 years ago

Thanks! What do you think. I need close this issue, or leave open to leave a warning for users who use the past version?