From 36fab93a41bdef32999fcda6a8febb904969986d Mon Sep 17 00:00:00 2001 From: chaoskagami Date: Sat, 23 Jul 2016 08:42:39 -0400 Subject: [PATCH] Fix a few mistakes. --- Makefile.am | 2 +- include/patch_format.h | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile.am b/Makefile.am index 2243afc..30df29d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -21,7 +21,7 @@ all-local: cp external/loader/loader.cxi out@libdir@/module/loader.cxi cp external/bits/*.bin out@libexecdir@/ cp external/screeninit/build/screeninit.bin out@libexecdir@/ - cp host/termfont.bin out@sharedir@/ + cp host/termfont.bin out@datarootdir@/ cp patch/*.vco out@sbindir@ cp contrib/*.vco out@bindir@ echo "#!/bin/bash" > out/o3ds_firm.sh diff --git a/include/patch_format.h b/include/patch_format.h index 29499da..4b39b78 100644 --- a/include/patch_format.h +++ b/include/patch_format.h @@ -35,9 +35,9 @@ #define PATH_REBOOT_HOOK PATH_BITS "/reboot_hook.bin" // Reboot hook #define PATH_REBOOT_CODE PATH_BITS "/reboot_code.bin" // Reboot entry code -#define PATH_TOP_BG PATH_SHARE "/top.bin" -#define PATH_BOTTOM_BG PATH_SHARE "/bottom.bin" -#define PATH_TERMFONT PATH_SHARE "/termfont.bin" +#define PATH_TOP_BG SHAREDIR "/top.bin" +#define PATH_BOTTOM_BG SHAREDIR "/bottom.bin" +#define PATH_TERMFONT SHAREDIR "/termfont.bin" #define PATH_CHAINS PREFIX "/boot" -- 2.39.5