summaryrefslogtreecommitdiff
path: root/mkipks
authorkergoth <kergoth>2002-11-20 22:04:22 (UTC)
committer kergoth <kergoth>2002-11-20 22:04:22 (UTC)
commit8f11eb1712eb8f9d83f0ace551e72e74cce57d6b (patch) (unidiff)
tree3d5a5d297fa93388ff06501ef2ec40fe552d0dd4 /mkipks
parentea4e55183b22dc7fd0556db3f52170a3c97ca303 (diff)
downloadopie-8f11eb1712eb8f9d83f0ace551e72e74cce57d6b.zip
opie-8f11eb1712eb8f9d83f0ace551e72e74cce57d6b.tar.gz
opie-8f11eb1712eb8f9d83f0ace551e72e74cce57d6b.tar.bz2
ipaq->root, ipaq/opiealarm->core/opiealarm
Diffstat (limited to 'mkipks') (more/less context) (ignore whitespace changes)
-rwxr-xr-xmkipks6
1 files changed, 3 insertions, 3 deletions
diff --git a/mkipks b/mkipks
index ca934d8..798e73f 100755
--- a/mkipks
+++ b/mkipks
@@ -11,5 +11,5 @@ mkdir -p $OPIEDIR/etc/rcS.d
11ln -sf ../init.d/bootsplash $OPIEDIR/etc/rcS.d/S01bootsplash 11ln -sf ../init.d/bootsplash $OPIEDIR/etc/rcS.d/S01bootsplash
12 12
13ln -sf ../init.d/opieatd $OPIEDIR/ipaq/etc/rc2.d/S96opieatd 13ln -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.