1
0
mirror of git://erdgeist.org/opentracker synced 2025-01-27 15:16:31 +00:00

Obey DESTDIR macro. Thanks to Romain Porte

This commit is contained in:
Dirk Engling 2021-07-27 23:14:47 +02:00
parent 80faf1c452
commit 68a17b3ae4

View File

@ -90,4 +90,4 @@ clean:
rm -rf opentracker opentracker.debug *.o *~
install:
install -m 755 opentracker $(BINDIR)
install -m 755 opentracker $(DESTDIR)$(BINDIR)