This commit is contained in:
committed by
Git OBS Bridge
parent
0bb51565d6
commit
5be0f1bcb4
@@ -26,11 +26,13 @@ Index: xen-3.4.0-testing/tools/security/Makefile
|
||||
===================================================================
|
||||
--- xen-3.4.0-testing.orig/tools/security/Makefile
|
||||
+++ xen-3.4.0-testing/tools/security/Makefile
|
||||
@@ -61,7 +61,7 @@ install: all $(ACM_CONFIG_FILE)
|
||||
@@ -60,8 +60,8 @@ install: all $(ACM_CONFIG_FILE)
|
||||
$(INSTALL_DATA) $(ACM_INST_HTML) $(DESTDIR)$(ACM_SECGEN_HTMLDIR)
|
||||
$(INSTALL_DIR) $(DESTDIR)$(ACM_SECGEN_CGIDIR)
|
||||
$(INSTALL_PROG) $(ACM_INST_CGI) $(DESTDIR)$(ACM_SECGEN_CGIDIR)
|
||||
python python/setup.py install \
|
||||
- --prefix="$(PREFIX)" --root="$(DESTDIR)" --force
|
||||
- $(PYTHON) python/setup.py install $(PYTHON_PREFIX_ARG) \
|
||||
- --root="$(DESTDIR)" --force
|
||||
+ $(PYTHON) python/setup.py install \
|
||||
+ --prefix="/usr" --root="$(DESTDIR)" --force
|
||||
else
|
||||
.PHONY: all
|
||||
@@ -42,8 +44,8 @@ Index: xen-3.4.0-testing/tools/pygrub/Makefile
|
||||
@@ -11,7 +11,7 @@ build:
|
||||
.PHONY: install
|
||||
install: all
|
||||
CC="$(CC)" CFLAGS="$(CFLAGS)" python setup.py install \
|
||||
- --prefix="$(PREFIX)" --root="$(DESTDIR)" --force
|
||||
CC="$(CC)" CFLAGS="$(CFLAGS)" $(PYTHON) setup.py install \
|
||||
- $(PYTHON_PREFIX_ARG) --root="$(DESTDIR)" --force
|
||||
+ --prefix="/usr" --root="$(DESTDIR)" --force
|
||||
$(INSTALL_DIR) $(DESTDIR)/var/run/xend/boot
|
||||
|
||||
@@ -55,8 +57,8 @@ Index: xen-3.4.0-testing/tools/python/Makefile
|
||||
@@ -56,7 +56,7 @@ refresh-po: $(POTFILE)
|
||||
.PHONY: install
|
||||
install: install-messages install-dtd
|
||||
CC="$(CC)" CFLAGS="$(CFLAGS)" python setup.py install \
|
||||
- --prefix="$(PREFIX)" --root="$(DESTDIR)" --force
|
||||
CC="$(CC)" CFLAGS="$(CFLAGS)" $(PYTHON) setup.py install \
|
||||
- $(PYTHON_PREFIX_ARG) --root="$(DESTDIR)" --force
|
||||
+ --prefix="/usr" --root="$(DESTDIR)" --force
|
||||
|
||||
install-dtd: all
|
||||
|
Reference in New Issue
Block a user