fcorbelli / zpaqfranz

Deduplicating archiver with encryption and paranoid-level tests. Swiss army knife for the serious backup and disaster recovery manager. Ransomware neutralizer. Win/Linux/Unix
MIT License
259 stars 22 forks source link

use PREFIX in Makefile #79

Closed tansy closed 11 months ago

tansy commented 12 months ago

So prefix can be controlled during install process:

$ make -n install PREFIX=/usr DESTDIR=/tmp/zf
install -m 0555 zpaqfranz /tmp/zf/usr/bin
fcorbelli commented 11 months ago

If a user is experienced enough to use a makefile, he can correct it himself

tansy commented 11 months ago

Yeah, right.

tansy commented 11 months ago

I don't need it but maintainers of distros where you managed to install yourself would appreciate it. If I were then I wouldn't accept project without makefile in first place.