summaryrefslogtreecommitdiff
path: root/system/xtrs/default_rom_dir.patch
diff options
context:
space:
mode:
authorNiels Horn <niels.horn@gmail.com>2010-05-13 01:01:19 +0200
committerRobby Workman <rworkman@slackbuilds.org>2010-05-13 01:01:19 +0200
commitefebcd3389c3ca493ef0af9e62105e3675ca8c21 (patch)
tree6fd5570de903fc80cb8b1fe75916b98a2b6a1857 /system/xtrs/default_rom_dir.patch
parent7603037553aaeb9858ddf2dc7ad4e04c51535afc (diff)
downloadslackbuilds-efebcd3389c3ca493ef0af9e62105e3675ca8c21.tar.gz
system/xtrs: Added to 13.0 repository
Diffstat (limited to 'system/xtrs/default_rom_dir.patch')
-rw-r--r--system/xtrs/default_rom_dir.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/system/xtrs/default_rom_dir.patch b/system/xtrs/default_rom_dir.patch
new file mode 100644
index 0000000000..4fa57f673e
--- /dev/null
+++ b/system/xtrs/default_rom_dir.patch
@@ -0,0 +1,16 @@
+diff -Nur xtrs-4.9d.orig/Makefile.local xtrs-4.9d/Makefile.local
+--- xtrs-4.9d.orig/Makefile.local 2009-06-15 18:32:57.000000000 -0500
++++ xtrs-4.9d/Makefile.local 2009-09-26 16:29:19.371490363 -0500
+@@ -36,9 +36,9 @@
+ # time, use these lines (with the appropriate file names). The default file
+ # name is ignored and can be omitted if the ROM for that model is built in.
+
+-DEFAULT_ROM = -DDEFAULT_ROM='"/usr/local/lib/xtrs/level2rom.hex"' \
+- -DDEFAULT_ROM3='"/usr/local/lib/xtrs/romimage.m3"' \
+- -DDEFAULT_ROM4P='"/usr/local/lib/xtrs/romimage.m4p"'
++DEFAULT_ROM = -DDEFAULT_ROM='"/usr/share/xtrs/level2rom.hex"' \
++ -DDEFAULT_ROM3='"/usr/share/xtrs/romimage.m3"' \
++ -DDEFAULT_ROM4P='"/usr/share/xtrs/romimage.m4p"'
+
+ # If you would like to change where xtrs looks for disk?-? files, edit
+ # this line. "." of course means the current working directory.