Nir Soffer has uploaded a new change for review. Change subject: makefile: Make root requirement more clear ......................................................................
makefile: Make root requirement more clear Change-Id: I2b5cdc910dba316417d1a2e2202e9347f90b2596 Signed-off-by: Nir Soffer <nsof...@redhat.com> --- M centos/Makefile 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-live refs/changes/88/19888/1 diff --git a/centos/Makefile b/centos/Makefile index 1a96a9e..24f643d 100644 --- a/centos/Makefile +++ b/centos/Makefile @@ -15,7 +15,7 @@ rm -fr downloads prereq: - [ $$(id -u) = 0 ] + @[ $$(id -u) = 0 ] || echo "You must be root" && exit 1 download: \ downloads/yad-0.14.2-1.fc14.x86_64.rpm \ -- To view, visit http://gerrit.ovirt.org/19888 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I2b5cdc910dba316417d1a2e2202e9347f90b2596 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-live Gerrit-Branch: master Gerrit-Owner: Nir Soffer <nsof...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches