Alon Bar-Lev has uploaded a new change for review.

Change subject: packaging: build: add missing quote to legacy setup
......................................................................

packaging: build: add missing quote to legacy setup

Change-Id: Ic23697f644c58416a03576989eb97d44be889f25
Signed-off-by: Alon Bar-Lev <[email protected]>
---
M Makefile
1 file changed, 3 insertions(+), 3 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/33/16233/1

diff --git a/Makefile b/Makefile
index f99cc36..7620c95 100644
--- a/Makefile
+++ b/Makefile
@@ -394,11 +394,11 @@
 
        # Main programs and links:
        install -m 755 packaging/fedora/setup/engine-setup.py 
"$(DESTDIR)$(DATA_DIR)/scripts"
-       ln -sf $(DATA_DIR)/scripts/engine-setup.py 
"$(DESTDIR)$(BIN_DIR)/engine-setup"
+       ln -sf "$(DATA_DIR)/scripts/engine-setup.py" 
"$(DESTDIR)$(BIN_DIR)/engine-setup"
        install -m 755 packaging/fedora/setup/engine-cleanup.py 
"$(DESTDIR)$(DATA_DIR)/scripts"
-       ln -sf $(DATA_DIR)/scripts/engine-cleanup.py 
"$(DESTDIR)$(BIN_DIR)/engine-cleanup"
+       ln -sf "$(DATA_DIR)/scripts/engine-cleanup.py" 
"$(DESTDIR)$(BIN_DIR)/engine-cleanup"
        install -m 755 packaging/fedora/setup/engine-upgrade.py 
"$(DESTDIR)$(DATA_DIR)/scripts"
-       ln -sf $(DATA_DIR)/scripts/engine-upgrade.py 
"$(DESTDIR)$(BIN_DIR)/engine-upgrade"
+       ln -sf "$(DATA_DIR)/scripts/engine-upgrade.py" 
"$(DESTDIR)$(BIN_DIR)/engine-upgrade"
        install -m 755 packaging/fedora/setup/engine-check-update 
"$(DESTDIR)$(BIN_DIR)"
 
        # Task cleaner


-- 
To view, visit http://gerrit.ovirt.org/16233
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ic23697f644c58416a03576989eb97d44be889f25
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Alon Bar-Lev <[email protected]>
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to