dcavalca / rpms / qemu

Forked from rpms/qemu 11 months ago
Clone

Blame qemu-0.9.1-build.patch

Debarshi Ray ff9191
diff -urNp qemu-0.9.1.orig/Makefile.target qemu-0.9.1/Makefile.target
Debarshi Ray ff9191
--- qemu-0.9.1.orig/Makefile.target	2009-01-11 23:01:20.000000000 +0530
Debarshi Ray ff9191
+++ qemu-0.9.1/Makefile.target	2009-01-11 23:02:16.000000000 +0530
Debarshi Ray ff9191
@@ -632,7 +632,7 @@ clean:
David Woodhouse c8e4b3
 
Debarshi Ray ff9191
 install: all
David Woodhouse c8e4b3
 ifneq ($(PROGS),)
David Woodhouse 7b2bfb
-	$(INSTALL) -m 755 -s $(PROGS) "$(DESTDIR)$(bindir)"
David Woodhouse 7b2bfb
+	$(INSTALL) -m 755 $(PROGS) "$(DESTDIR)$(bindir)"
David Woodhouse c8e4b3
 endif
David Woodhouse c8e4b3
 
David Woodhouse c8e4b3
 ifneq ($(wildcard .depend),)