Unidiff1 files changed, 4 insertions, 0 deletions
|
diff --git a/mkipks b/mkipks index 97f78c5..4685f5f 100755 --- a/ mkipks+++ b/ mkipks |
|
@@ -124,12 +124,16 @@ do |
124 | ;; $QTDIR/*) |
124 | ;; $QTDIR/*) |
125 | BASE=$(dirname /opt/QtPalmtop/${ff#$QTDIR/}) |
125 | BASE=$(dirname /opt/QtPalmtop/${ff#$QTDIR/}) |
126 | ;; etc/*.d/*) |
126 | ;; etc/*.d/*) |
127 | BASE=$(dirname /$ff) |
127 | BASE=$(dirname /$ff) |
128 | ;; root/*) |
128 | ;; root/*) |
129 | BASE=$(dirname ${ff#root}) |
129 | BASE=$(dirname ${ff#root}) |
| |
130 | ;; lib/*) |
| |
131 | BASE=$(dirname /opt/QtPalmtop/$ff) |
| |
132 | ;; $OPIEDIR/lib/*) |
| |
133 | BASE=$(dirname /opt/QtPalmtop/${ff#$OPIEDIR/}) |
130 | ;; *) |
134 | ;; *) |
131 | # For SHARP ROM compatibility. Should change to Qtopia. |
135 | # For SHARP ROM compatibility. Should change to Qtopia. |
132 | BASE=/opt/QtPalmtop/$(dirname $ff) |
136 | BASE=/opt/QtPalmtop/$(dirname $ff) |
133 | esac |
137 | esac |
134 | |
138 | |
135 | if [ -f $ff -o -b $ff -o -c $ff ] |
139 | if [ -f $ff -o -b $ff -o -c $ff ] |
|