bit-team / backintime

Back In Time - An easy-to-use backup tool for GNU/Linux using rsync in the back
https://backintime.readthedocs.io
GNU General Public License v2.0
2.09k stars 204 forks source link

fix(build): Remove debian/copyright from configure script (#1548) #1787

Closed buhtz closed 4 months ago

buhtz commented 4 months ago

Another issue related to debian-folder removal (#1548). ~I will investigate why Travis didn't catch it.~ Travis didn't catch it because make install is not run there. I tried it but ran into several problems that might be related to the docker-like environment running on Travis. But I am not sure.

SimonCao1207 commented 4 months ago

Hi, I've just set up the installation and got stuck at "sudo make install" due to "install --mode=644 ../debian/copyright $(DEST)/share/doc/backintime-common". Should this line be removed in Makefile ? Thanks

buhtz commented 4 months ago

Should this line be removed in Makefile ?

This is exactly what his Pull Request here does. Please click on "Files changed" to see the modifications this Pull Request will bring into the repository. The modifications are not yet merged but will be soon.