mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
community/synergy: remove make verbose
This commit is contained in:
parent
3306c3df87
commit
82257a2e56
1 changed files with 2 additions and 2 deletions
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue