qemu/qemu-0.7.0-build.patch

12 lines
339 B
Diff
Raw Normal View History

2005-04-30 11:34:52 +00:00
--- qemu-0.7.0/Makefile.target.orig 2005-04-27 21:52:05.000000000 +0100
2006-03-21 17:28:20 +00:00
+++ qemu-0.7.0/Makefile.target 2005-04-30 11:01:41.000000000 +0100
2005-04-30 11:34:52 +00:00
@@ -463,7 +463,7 @@
install: all
ifneq ($(PROGS),)
2006-05-31 08:14:13 +00:00
- $(INSTALL) -m 755 -s $(PROGS) "$(DESTDIR)$(bindir)"
+ $(INSTALL) -m 755 $(PROGS) "$(DESTDIR)$(bindir)"
endif
ifneq ($(wildcard .depend),)