Author: waldi Date: Mon May 12 14:54:34 2008 New Revision: 560 Log: debian/patches/tools-prefix.diff: Don''t install xenstore utils also in private bin. Modified: trunk/xen-3/debian/patches/tools-prefix.diff Modified: trunk/xen-3/debian/patches/tools-prefix.diff =============================================================================--- trunk/xen-3/debian/patches/tools-prefix.diff (original) +++ trunk/xen-3/debian/patches/tools-prefix.diff Mon May 12 14:54:34 2008 @@ -160,7 +160,7 @@ - ln -sf libxenstore.so.$(MAJOR).$(MINOR) $(DESTDIR)/usr/$(LIBDIR)/libxenstore.so.$(MAJOR) - ln -sf libxenstore.so.$(MAJOR) $(DESTDIR)/usr/$(LIBDIR)/libxenstore.so - $(INSTALL_DATA) libxenstore.a $(DESTDIR)/usr/$(LIBDIR) -+ $(INSTALL_PROG) xenstore-control xenstored $(CLIENTS) $(DESTDIR)/usr/$(BINDIR) ++ $(INSTALL_PROG) xenstore-control xenstored $(DESTDIR)/usr/$(BINDIR) + $(INSTALL_PROG) xenstore-ls $(CLIENTS) $(DESTDIR)/usr/$(PUBLIC_BINDIR) + $(INSTALL_DIR) $(DESTDIR)/usr/$(PUBLIC_LIBDIR) + $(INSTALL_PROG) libxenstore.so.$(MAJOR).$(MINOR) $(DESTDIR)/usr/$(PUBLIC_LIBDIR)