Package: qemu
Version: 0.8.2-1
Tags: patch

This patch simplifies the "make install" command by using DESTDIR
instead of specifying each install dir separately. It does not affect
the installation in any way (the default paths are the same as those
currently in debian/rules).

--
Anderson Lizardo
Index: qemu-0.8.2/debian/rules
===================================================================
--- qemu-0.8.2.orig/debian/rules	2006-10-29 20:56:11.000000000 -0400
+++ qemu-0.8.2/debian/rules	2006-10-29 20:58:17.000000000 -0400
@@ -68,11 +68,7 @@
 	  touch pc-bios/$$i; \
 	done
 	
-	-$(MAKE) install \
-	  bindir=$(D)/usr/bin \
-	  datadir=$(D)/usr/share/qemu \
-	  mandir=$(D)/usr/share/man \
-	  docdir=$(D)/usr/share/doc/qemu
+	$(MAKE) DESTDIR=$(D) install
 	
 	# Clean up the mess
 	for i in $(qemu_bios_files); do \

Reply via email to