mirror of
https://git.code.sf.net/p/quake/game-source
synced 2024-11-25 05:11:58 +00:00
add DESTDIR too
This commit is contained in:
parent
abded114cf
commit
4031e6ed6d
1 changed files with 2 additions and 2 deletions
|
@ -42,7 +42,7 @@ clean:
|
|||
rm -rf .deps
|
||||
|
||||
install: libfrikbot.a
|
||||
cp frikbot.h $(prefix)/include/QF/ruamoko
|
||||
cp libfrikbot.a $(prefix)/lib/ruamoko
|
||||
cp frikbot.h $(DESTDIR)$(prefix)/include/QF/ruamoko
|
||||
cp libfrikbot.a $(DESTDIR)$(prefix)/lib/ruamoko
|
||||
|
||||
-include $(libfrikbot_dep)
|
||||
|
|
Loading…
Reference in a new issue