Skip to content

Commit

Permalink
add DESTDIR for packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
WinterMute committed May 15, 2018
1 parent 59635f4 commit 3b4faea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -66,5 +66,6 @@ dist: dist-bin dist-src
#-------------------------------------------------------------------------------
install: dist-bin
#-------------------------------------------------------------------------------
bzip2 -cd dswifi-$(VERSION).tar.bz2 | tar -x -C $(DEVKITPRO)/libnds
mkdir -p $(DESTDIR)$(DEVKITPRO)/libnds
bzip2 -cd dswifi-$(VERSION).tar.bz2 | tar -x -C $(DESTDIR)$(DEVKITPRO)/libnds

0 comments on commit 3b4faea

Please sign in to comment.