author | mickeyl <mickeyl> | 2003-05-03 00:26:55 (UTC) |
---|---|---|
committer | mickeyl <mickeyl> | 2003-05-03 00:26:55 (UTC) |
commit | 9f766daaab46025af3c455e24c5792b1d95eebb9 (patch) (unidiff) | |
tree | c8d4ffafe6aa2667fe39e6820ea86929ad350f8d | |
parent | 4aaa8efd13ad014280a6f1f05391c1ec464790db (diff) | |
download | opie-9f766daaab46025af3c455e24c5792b1d95eebb9.zip opie-9f766daaab46025af3c455e24c5792b1d95eebb9.tar.gz opie-9f766daaab46025af3c455e24c5792b1d95eebb9.tar.bz2 |
patch to enable putting files in $OPIEDIR/share instead of /share per treke's request
-rw-r--r-- | Rules.make | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -131,6 +131,7 @@ $(TOPDIR)/scripts/filesubst : FORCE | |||
131 | echo 's,^\(\./\)*sounds/,$(prefix)/sounds/,g'; \ | 131 | echo 's,^\(\./\)*sounds/,$(prefix)/sounds/,g'; \ |
132 | echo 's,^\(\./\)*plugins/,$(prefix)/plugins/,g'; \ | 132 | echo 's,^\(\./\)*plugins/,$(prefix)/plugins/,g'; \ |
133 | echo 's,^\(\./\)*apps/,$(prefix)/apps/,g'; \ | 133 | echo 's,^\(\./\)*apps/,$(prefix)/apps/,g'; \ |
134 | echo 's,^\(\./\)*share/,$(prefix)/share/,g'; \ | ||
134 | ) > $@ || ( rm -f $@; exit 1 ) | 135 | ) > $@ || ( rm -f $@; exit 1 ) |
135 | 136 | ||
136 | ## general rules ## | 137 | ## general rules ## |