From: Phil Davis Date: Tue, 20 Dec 2016 16:32:05 +0000 (+0545) Subject: Fix Mac PATH command X-Git-Tag: archive/raspbian/3.16.7-1_deb13u1+rpi1~1^2~951 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=23fb07240b25bf8c5c8f698a7b8c46bf4706b82a;p=nextcloud-desktop.git Fix Mac PATH command Reported in the doc repo owncloud/documentation#1618 This version as suggested by @jturcotte --- diff --git a/doc/building.rst b/doc/building.rst index f2376e706..477e48a12 100644 --- a/doc/building.rst +++ b/doc/building.rst @@ -83,7 +83,7 @@ To set up your build environment for development using HomeBrew_: 3. Add Qt from brew to the path:: - export PATH=/usr/local/Cellar/qt5/5.x.y/bin/qmake + export PATH=/usr/local/Cellar/qt5/5.x.y/bin:$PATH Where ``x.z`` is the current version of Qt 5 that brew has installed on your machine.