community/synergy: remove make verbose

This commit is contained in:
Kevin Mihelich 2013-08-11 22:14:08 +00:00
parent 3306c3df87
commit 82257a2e56

View file

@ -33,11 +33,11 @@ build() {
unzip -d tools/cryptopp562 tools/cryptopp562.zip
cmake -D CMAKE_INSTALL_PREFIX=/usr .
make VERBOSE=1
make
cd src/gui
qmake-qt4
make VERBOSE=1
make
}
package() {