From cdfb35472e658e657cb7513a0a779173faf36749 Mon Sep 17 00:00:00 2001 From: Manuel Nickschas Date: Tue, 13 May 2008 12:57:11 +0000 Subject: [PATCH] Fix stupid line break... I _hate_ wordwrap sometimes... --- dev-notes/build-static-quassel.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.20.1