Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:12.2:ARM
xen
24220-xenpaging_install_into_LIBEXEC_dir.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File 24220-xenpaging_install_into_LIBEXEC_dir.patch of Package xen
changeset: 24220:2087f21befc2 user: Olaf Hering <olaf@aepfle.de> date: Sun Nov 20 17:02:42 2011 +0100 files: tools/xenpaging/Makefile description: xenpaging: install into LIBEXEC dir In preparation of upcoming libxl integration, move xenpaging binary from /usr/sbin/ to /usr/lib/xen/bin/ Signed-off-by: Olaf Hering <olaf@aepfle.de> Committed-by: Ian Jackson <ian.jackson.citrix.com> --- tools/xenpaging/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Index: xen-4.1.2-testing/tools/xenpaging/Makefile =================================================================== --- xen-4.1.2-testing.orig/tools/xenpaging/Makefile +++ xen-4.1.2-testing/tools/xenpaging/Makefile @@ -29,8 +29,8 @@ xenpaging: $(OBJS) install: all $(INSTALL_DIR) $(DESTDIR)/var/lib/xen/xenpaging - $(INSTALL_DIR) $(DESTDIR)$(SBINDIR) - $(INSTALL_PROG) $(IBINS) $(DESTDIR)$(SBINDIR) + $(INSTALL_DIR) $(DESTDIR)$(LIBEXEC) + $(INSTALL_PROG) $(IBINS) $(DESTDIR)$(LIBEXEC) clean: rm -f *.o *~ $(DEPS) xen TAGS $(IBINS) $(LIB)
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor