Skip to content

Commit

Permalink
Do not use verbose output, let the packager decide
Browse files Browse the repository at this point in the history
Signed-off-by: Ikey Doherty <[email protected]>
  • Loading branch information
ikeydoherty committed Nov 20, 2016
1 parent c27c941 commit f5f4616
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ypkg2/rc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ actions:
- meson_configure: |
CFLAGS="%CFLAGS%" CXXFLAGS="%CXXFLAGS%" LDFLAGS="%LDFLAGS%" meson --prefix %PREFIX% --buildtype=plain --libdir="lib%LIBSUFFIX%" --libexecdir="lib%LIBSUFFIX%%PKGNAME%"
- meson_build: |
ninja -v %JOBS%
ninja %JOBS%
- meson_install: |
DESTDIR="%installroot%" ninja install %JOBS%
- patch: |
Expand Down

0 comments on commit f5f4616

Please sign in to comment.