MrGlockenspiel / activate-linux

The "Activate Windows" watermark ported to Linux
GNU General Public License v3.0
4.25k stars 91 forks source link

Install to some path other than / #112

Open grahamperrin opened 2 years ago

grahamperrin commented 2 years ago

From the closure at https://github.com/MrGlockenspiel/activate-linux/issues/110#issuecomment-1139310141:

% sudo make -f ./Makefile.BSD install
grahamperrin's password:
install  -s -o root -g wheel -m 555   activate-bsd /activate-bsd
install  -d /.debug/
install  -o root -g wheel -m 444  activate-bsd.debug /.debug/activate-bsd.debug
% 

On FreeBSD, better install to:

/usr/local/bin

hier(7)

Thanks

MrGlockenspiel commented 2 years ago

oh god i didnt even realize it was installing there

ethanrjs commented 1 year ago

@MrGlockenspiel Status?

ethanrjs commented 10 months ago

@MrGlockenspiel Status?

MrGlockenspiel commented 10 months ago

i still have no idea, the BSD makefile isnt even up to date anymore

MrGlockenspiel commented 9 months ago

with Xmake this should be fixed as well