sway looks for wlc in /usr/local, not /usr

Quentin Young 2017-07-03 00:54:27 -04:00
parent a85d64e0c6
commit d59626a9ae

@ -22,7 +22,7 @@ cd wlc
git submodule update --init --recursive
mkdir target
cd target
cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr/ -DSOURCE_WLPROTO=ON ..
cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr/local -DSOURCE_WLPROTO=ON ..
make
sudo make install
````