mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-16 07:10:20 +01:00
glcore: Respect DESTDIR
This commit is contained in:
parent
004922b141
commit
10d70e2f2c
1 changed files with 2 additions and 2 deletions
|
|
@ -84,8 +84,8 @@ clean:
|
|||
-rm -f depend depend.bak
|
||||
|
||||
install: $(LIBNAME)
|
||||
$(INSTALL) -d $(DRI_DRIVER_INSTALL_DIR)
|
||||
$(INSTALL) -m 755 $(LIBNAME) $(DRI_DRIVER_INSTALL_DIR)
|
||||
$(INSTALL) -d $(DESTDIR)$(DRI_DRIVER_INSTALL_DIR)
|
||||
$(INSTALL) -m 755 $(LIBNAME) $(DESTDIR)$(DRI_DRIVER_INSTALL_DIR)
|
||||
|
||||
$(SYMLINKS):
|
||||
@[ -e $@ ] || ln -sf ../x11/$@ ./
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue