From: chaoskagami Date: Sat, 23 Jul 2016 12:42:39 +0000 (-0400) Subject: Fix a few mistakes. X-Git-Tag: v0.2.0~8^2~2 X-Git-Url: https://chaos.moe/g/?a=commitdiff_plain;h=36fab93a41bdef32999fcda6a8febb904969986d;p=corbenik%2Fcorbenik.git Fix a few mistakes. --- 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"