author | kergoth <kergoth> | 2003-04-23 20:52:52 (UTC) |
---|---|---|
committer | kergoth <kergoth> | 2003-04-23 20:52:52 (UTC) |
commit | e3428ff385782fd0d61acb0d08b147f0f0d430a7 (patch) (unidiff) | |
tree | 489e56df65a0a7717a8a45905520aa90f0c619a7 /mkipks | |
parent | ef6d0c5cb053d2140ffbcf54930dcfddd6341acd (diff) | |
download | opie-e3428ff385782fd0d61acb0d08b147f0f0d430a7.zip opie-e3428ff385782fd0d61acb0d08b147f0f0d430a7.tar.gz opie-e3428ff385782fd0d61acb0d08b147f0f0d430a7.tar.bz2 |
Handle OPIEDIR/root/* in Files
-rwxr-xr-x | mkipks | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -147,8 +147,10 @@ do | |||
147 | ;; lib/*) | 147 | ;; lib/*) |
148 | BASE=$(dirname /opt/QtPalmtop/$ff) | 148 | BASE=$(dirname /opt/QtPalmtop/$ff) |
149 | ;; $OPIEDIR/lib/*) | 149 | ;; $OPIEDIR/lib/*) |
150 | BASE=$(dirname /opt/QtPalmtop/${ff#$OPIEDIR/}) | 150 | BASE=$(dirname /opt/QtPalmtop/${ff#$OPIEDIR/}) |
151 | ;; $OPIEDIR/root/*) | ||
152 | BASE=$(dirname /${ff#$OPIEDIR/root/}) | ||
151 | ;; *) | 153 | ;; *) |
152 | # For SHARP ROM compatibility. Should change to Qtopia. | 154 | # For SHARP ROM compatibility. Should change to Qtopia. |
153 | BASE=/opt/QtPalmtop/$(dirname $ff) | 155 | BASE=/opt/QtPalmtop/$(dirname $ff) |
154 | esac | 156 | esac |