-rw-r--r-- | qt/qte234-for-opie091-fontdir.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qt/qte234-for-opie091-fontdir.patch b/qt/qte234-for-opie091-fontdir.patch index 4db7df2..a765d44 100644 --- a/qt/qte234-for-opie091-fontdir.patch +++ b/qt/qte234-for-opie091-fontdir.patch | |||
@@ -1,18 +1,18 @@ | |||
1 | --- /dev/null2003-01-17 15:37:44.000000000 -0600 | 1 | --- /dev/null2003-01-17 15:37:44.000000000 -0600 |
2 | +++ qt-2.3.5/bin/update-qtfontdir2003-04-22 00:37:07.000000000 -0500 | 2 | +++ bin/update-qtfontdir2003-04-22 00:37:07.000000000 -0500 |
3 | @@ -0,0 +1,62 @@ | 3 | @@ -0,0 +1,62 @@ |
4 | +#!/bin/sh | 4 | +#!/bin/sh |
5 | + | 5 | + |
6 | +usage() | 6 | +usage() |
7 | +{ | 7 | +{ |
8 | + echo "usage: $0 [font directory, defaults to QTDIR/lib/fonts]" | 8 | + echo "usage: $0 [font directory, defaults to QTDIR/lib/fonts]" |
9 | + exit 1 | 9 | + exit 1 |
10 | +} | 10 | +} |
11 | + | 11 | + |
12 | +setVar() | 12 | +setVar() |
13 | +{ | 13 | +{ |
14 | + eval "$1='$2'" | 14 | + eval "$1='$2'" |
15 | +} | 15 | +} |
16 | + | 16 | + |
17 | +getVar() | 17 | +getVar() |
18 | +{ | 18 | +{ |