From 17bb2c14327a5030ea3d888520d5da40b4a3f86f Mon Sep 17 00:00:00 2001 From: Dave Murphy Date: Tue, 8 May 2018 01:56:46 +0100 Subject: [PATCH] add DESTDIR for packaging --- nx/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nx/Makefile b/nx/Makefile index ef0250d8..2c4cfa4a 100644 --- a/nx/Makefile +++ b/nx/Makefile @@ -104,8 +104,8 @@ dist-src: dist: dist-src dist-bin install: dist-bin - mkdir -p $(DEVKITPRO)/libnx - bzip2 -cd libnx-$(VERSION).tar.bz2 | tar -xf - -C $(DEVKITPRO)/libnx + mkdir -p $(DESTDIR)$(DEVKITPRO)/libnx + bzip2 -cd libnx-$(VERSION).tar.bz2 | tar -xf - -C $(DESTDIR)$(DEVKITPRO)/libnx #dox: # @doxygen Doxyfile