From a70fb9a177a48a8221d91079fc3fce6326deb807 Mon Sep 17 00:00:00 2001 From: Maschell Date: Sat, 27 Jun 2020 12:38:40 +0200 Subject: [PATCH] Install libiousu to WUT_ROOT/usr instead of WUT_ROOT --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 5b17ecf..03af789 100644 --- a/Makefile +++ b/Makefile @@ -110,8 +110,8 @@ dist-src: dist: dist-src dist-bin install: dist-bin - mkdir -p $(DESTDIR)$(DEVKITPRO)/wut - bzip2 -cd libiosuhax-$(VERSION).tar.bz2 | tar -xf - -C $(DESTDIR)$(DEVKITPRO)/wut + mkdir -p $(DESTDIR)$(DEVKITPRO)/wut/usr + bzip2 -cd libiosuhax-$(VERSION).tar.bz2 | tar -xf - -C $(DESTDIR)$(DEVKITPRO)/wut/usr lib: @[ -d $@ ] || mkdir -p $@