]> git.pld-linux.org Git - packages/qemu.git/blame - qemu-DESTDIR.patch
- reverted bogus commit
[packages/qemu.git] / qemu-DESTDIR.patch
CommitLineData
e2df79e0 1--- qemu-0.5.2/Makefile~ 2004-01-25 16:50:02.000000000 +0100
2+++ qemu-0.5.2/Makefile 2004-02-05 02:55:07.000000000 +0100
3@@ -36,12 +36,12 @@
f1ae848c 4 done
5
6 install: all
e2df79e0 7- mkdir -p $(prefix)/bin
8- install -m 755 -s $(TOOLS) $(prefix)/bin
9- mkdir -p $(sharedir)
10- install -m 644 pc-bios/bios.bin pc-bios/vgabios.bin $(sharedir)
11- mkdir -p $(mandir)/man1
12- install qemu.1 $(mandir)/man1
13+ mkdir -p $(DESTDIR)$(prefix)/bin
14+ install -m 755 -s $(TOOLS) $(DESTDIR)$(prefix)/bin
15+ mkdir -p $(DESTDIR)$(sharedir)
16+ install -m 644 pc-bios/bios.bin pc-bios/vgabios.bin $(DESTDIR)$(sharedir)
17+ mkdir -p $(DESTDIR)$(mandir)/man1
18+ install qemu.1 $(DESTDIR)$(mandir)/man1
f1ae848c 19 for d in $(TARGET_DIRS); do \
e2df79e0 20 make -C $$d $@ || exit 1 ; \
21 done
22--- qemu-0.5.2/Makefile.target~ 2004-02-05 02:53:15.000000000 +0100
23+++ qemu-0.5.2/Makefile.target 2004-02-05 02:55:26.000000000 +0100
24@@ -275,7 +275,7 @@
25 rm -f *.o *.a *~ $(PROGS) gen-op.h opc.h op.h
f1ae848c 26
27 install: all
e2df79e0 28- install -m 755 -s $(PROGS) $(prefix)/bin
29+ install -m 755 -s $(PROGS) $(DESTDIR)$(prefix)/bin
f1ae848c 30
31 ifneq ($(wildcard .depend),)
e2df79e0 32 include .depend
This page took 0.027545 seconds and 4 git commands to generate.