diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-03-01 20:09:39 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-03-01 20:09:39 +0000 |
commit | 09d69b28c8ea8af29b46769636c908f98a188be8 (patch) | |
tree | 3feeb7d48a320ae35e40011a8d270faa269ed95f /emulators/xzx/files | |
parent | 7ae2ca6703608c318b39a0aa3c635874439e37e1 (diff) |
Notes
Diffstat (limited to 'emulators/xzx/files')
-rw-r--r-- | emulators/xzx/files/patch-roms::Makefile.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/emulators/xzx/files/patch-roms::Makefile.in b/emulators/xzx/files/patch-roms::Makefile.in new file mode 100644 index 000000000000..ba3acc10d2b1 --- /dev/null +++ b/emulators/xzx/files/patch-roms::Makefile.in @@ -0,0 +1,11 @@ +--- roms/Makefile.in.orig Sat Feb 28 13:05:47 2004 ++++ roms/Makefile.in Sat Feb 28 13:06:25 2004 +@@ -323,7 +323,7 @@ + for f in $(DATA_FILES); do \ + $(INSTALL_DATA) $$f $(DESTDIR)$(pkglibdir); \ + done +- (cd $(DESTDIR)$(pkglibdir); rm if1.rom; ln if1-v2.rom if1.rom) ++ (cd $(DESTDIR)$(pkglibdir); rm -f if1.rom; ln if1-v2.rom if1.rom) + + uninstall-local: + for f in $(DATA_FILES); do \ |