diff options
Diffstat (limited to 'emulators/qemu-launcher/files/patch-Makefile')
-rw-r--r-- | emulators/qemu-launcher/files/patch-Makefile | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/emulators/qemu-launcher/files/patch-Makefile b/emulators/qemu-launcher/files/patch-Makefile new file mode 100644 index 000000000000..b20c7e508ab6 --- /dev/null +++ b/emulators/qemu-launcher/files/patch-Makefile @@ -0,0 +1,28 @@ +--- Makefile.orig Fri Sep 29 14:04:21 2006 ++++ Makefile Mon Nov 13 15:29:22 2006 +@@ -3,12 +3,12 @@ + + # Intall things to the following directories + PREFIX = /usr/local +-MANDIR = $(PREFIX)/share/man/man1 ++MANDIR = $(PREFIX)/man/man1 + BINDIR = $(PREFIX)/bin + SHAREDIR = $(PREFIX)/share/qemu-launcher +-PIXMAPSDIR = $(PREFIX)/share/pixmaps +-ICONSDIR = $(PREFIX)/share/icons/hicolor +-DOCSDIR = $(PREFIX)/share/doc/qemu-launcher ++PIXMAPSDIR = $(SHAREDIR)/pixmaps ++ICONSDIR = $(SHAREDIR)/icons/hicolor ++DOCSDIR = $(SHAREDIR)/doc + LOCALEDIR = $(PREFIX)/share/locale + APPLICATIONSDIR = $(PREFIX)/share/applications + +@@ -50,7 +50,7 @@ + + install -d $(DESTDIR)$(MANDIR) + install -m644 $(MANPAGE) $(DESTDIR)$(MANDIR) +- gzip --best $(DESTDIR)$(MANDIR)/$(MANPAGE) ++ #gzip --best $(DESTDIR)$(MANDIR)/$(MANPAGE) + + install -d $(DESTDIR)$(APPLICATIONSDIR) + install -m644 $(MENUFILE) $(DESTDIR)$(APPLICATIONSDIR) |