author | kergoth <kergoth> | 2002-11-20 22:04:22 (UTC) |
---|---|---|
committer | kergoth <kergoth> | 2002-11-20 22:04:22 (UTC) |
commit | 8f11eb1712eb8f9d83f0ace551e72e74cce57d6b (patch) (unidiff) | |
tree | 3d5a5d297fa93388ff06501ef2ec40fe552d0dd4 /mkipks | |
parent | ea4e55183b22dc7fd0556db3f52170a3c97ca303 (diff) | |
download | opie-8f11eb1712eb8f9d83f0ace551e72e74cce57d6b.zip opie-8f11eb1712eb8f9d83f0ace551e72e74cce57d6b.tar.gz opie-8f11eb1712eb8f9d83f0ace551e72e74cce57d6b.tar.bz2 |
ipaq->root, ipaq/opiealarm->core/opiealarm
-rwxr-xr-x | mkipks | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -11,5 +11,5 @@ mkdir -p $OPIEDIR/etc/rcS.d | |||
11 | ln -sf ../init.d/bootsplash $OPIEDIR/etc/rcS.d/S01bootsplash | 11 | ln -sf ../init.d/bootsplash $OPIEDIR/etc/rcS.d/S01bootsplash |
12 | 12 | ||
13 | ln -sf ../init.d/opieatd $OPIEDIR/ipaq/etc/rc2.d/S96opieatd | 13 | ln -sf ../init.d/opieatd $OPIEDIR/root/etc/rc2.d/S96opieatd |
14 | 14 | ||
15 | 15 | ||
@@ -131,6 +131,6 @@ do | |||
131 | ;; etc/*.d/*) | 131 | ;; etc/*.d/*) |
132 | BASE=$(dirname /$ff) | 132 | BASE=$(dirname /$ff) |
133 | ;; ipaq/*) | 133 | ;; root/*) |
134 | BASE=$(dirname ${ff#ipaq}) | 134 | BASE=$(dirname ${ff#root}) |
135 | ;; *) | 135 | ;; *) |
136 | # For SHARP ROM compatibility. Should change to Qtopia. | 136 | # For SHARP ROM compatibility. Should change to Qtopia. |