Skip to content

Commit

Permalink
Make use of PREFIX variable
Browse files Browse the repository at this point in the history
  • Loading branch information
RobLoach authored Jul 25, 2017
1 parent a7878e5 commit 0ac4864
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
INSTALLDIR := /usr/share/libretro/shaders/shaders_cg
PREFIX := /usr
INSTALLDIR := $(PREFIX)/share/libretro/shaders/shaders_cg

all:
@echo "Nothing to make for common-shaders."
Expand All @@ -10,4 +11,4 @@ install:
$(DESTDIR)$(INSTALLDIR)/configure

test-install: all
DESTDIR=/tmp/build $(MAKE) install
DESTDIR=/tmp/build $(MAKE) install

0 comments on commit 0ac4864

Please sign in to comment.