From: Manuel Nickschas Date: Tue, 13 May 2008 12:57:11 +0000 (+0000) Subject: Fix stupid line break... I _hate_ wordwrap sometimes... X-Git-Tag: 0.3.0~423 X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=commitdiff_plain;h=cdfb35472e658e657cb7513a0a779173faf36749 Fix stupid line break... I _hate_ wordwrap sometimes... --- diff --git a/dev-notes/build-static-quassel.txt b/dev-notes/build-static-quassel.txt index 82c05c45..bc9d4d30 100644 --- a/dev-notes/build-static-quassel.txt +++ b/dev-notes/build-static-quassel.txt @@ -14,8 +14,8 @@ and OpenSSL. Note that these are just hints that work for me; ymmv. -prefix /usr/local/Trolltech/qt-4.4-static To only build non-X dependent parts of Qt: - for i in `cat - /path/to/quassel/dev-notes/QT4_TARGET_DIRECTORIES`; do make -C $i; done + + for i in `cat /path/to/quassel/dev-notes/QT4_TARGET_DIRECTORIES`; do make -C $i; done NOTE: This has not really been tested and may or may not be working for you. If in doubt, follow the official route and just do make