author | kergoth <kergoth> | 2003-04-24 19:44:12 (UTC) |
---|---|---|
committer | kergoth <kergoth> | 2003-04-24 19:44:12 (UTC) |
commit | 03c49504998b425986c8b7dabce7a52959c3910c (patch) (side-by-side diff) | |
tree | 0c63e2ed8fad142dacf26a548d1a4d4f24daf736 | |
parent | 20e0a36cfbd36a38a0f95beda893a3d11b639835 (diff) | |
download | opie-03c49504998b425986c8b7dabce7a52959c3910c.zip opie-03c49504998b425986c8b7dabce7a52959c3910c.tar.gz opie-03c49504998b425986c8b7dabce7a52959c3910c.tar.bz2 |
Add bin to filesubst
-rw-r--r-- | Rules.make | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -116,16 +116,17 @@ $(TOPDIR)/scripts/subst : FORCE $(TOPDIR)/scripts/filesubst : FORCE @( \ echo 's,\$$OPIEDIR,$(prefix),g'; \ echo 's,\$$QTDIR,$(prefix),g'; \ echo 's,^root/,/,g'; \ echo 's,^etc/,/etc/,g'; \ echo 's,^lib/,$(prefix)/lib/,g'; \ + echo 's,^bin/,$(prefix)/bin/,g'; \ echo 's,^pics/,$(prefix)/pics/,g'; \ echo 's,^sounds/,$(prefix)/sounds/,g'; \ echo 's,^plugins/,$(prefix)/plugins/,g'; \ echo 's,^apps/,$(prefix)/apps/,g'; \ ) > $@ || ( rm -f $@; exit 1 ) ## general rules ## |