All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] fix xentrace install
@ 2006-01-24 10:47 Jan Beulich
  0 siblings, 0 replies; only message in thread
From: Jan Beulich @ 2006-01-24 10:47 UTC (permalink / raw)
  To: xen-devel

[-- Attachment #1: Type: text/plain, Size: 50 bytes --]

Two shell commands weren't properly spaced... Jan

[-- Attachment #2: xen-xentrace-install.patch --]
[-- Type: text/plain, Size: 1006 bytes --]

--- /home/jbeulich/src/xen/2006-01-20/tools/xentrace/Makefile	2006-01-20 13:23:29.000000000 +0100
+++ 2006-01-20/tools/xentrace/Makefile	2006-01-24 11:26:42.000000000 +0100
@@ -33,14 +33,14 @@ build: $(BIN) $(LIBBIN)
 
 install: build
 	[ -d $(DESTDIR)/usr/bin ] || $(INSTALL_DIR) $(DESTDIR)/usr/bin
-	[ -z "$(LIBBIN)"] || [ -d $(DESTDIR)/usr/$(LIBDIR)/xen/bin ] || \
+	[ -z "$(LIBBIN)" ] || [ -d $(DESTDIR)/usr/$(LIBDIR)/xen/bin ] || \
 		$(INSTALL_DIR) $(DESTDIR)/usr/$(LIBDIR)/xen/bin
 	[ -d $(DESTDIR)/usr/share/man/man1 ] || \
 		$(INSTALL_DIR) $(DESTDIR)/usr/share/man/man1
 	[ -d $(DESTDIR)/usr/share/man/man8 ] || \
 		$(INSTALL_DIR) $(DESTDIR)/usr/share/man/man8
 	$(INSTALL_PROG) $(BIN) $(SCRIPTS) $(DESTDIR)/usr/bin
-	[ -z "$(LIBBIN)"] || $(INSTALL_PROG) $(LIBBIN) $(DESTDIR)/usr/$(LIBDIR)/xen/bin
+	[ -z "$(LIBBIN)" ] || $(INSTALL_PROG) $(LIBBIN) $(DESTDIR)/usr/$(LIBDIR)/xen/bin
 	$(INSTALL_DATA) $(MAN1) $(DESTDIR)/usr/share/man/man1
 	$(INSTALL_DATA) $(MAN8) $(DESTDIR)/usr/share/man/man8
 

[-- Attachment #3: Type: text/plain, Size: 138 bytes --]

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2006-01-24 10:47 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-01-24 10:47 [PATCH] fix xentrace install Jan Beulich

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.