-rw-r--r-- | Rules.make | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -120,9 +120,9 @@ $(TOPDIR)/scripts/filesubst : FORCE echo 's,$(OPIEDIR),$(prefix),g'; \ echo 's,\$$QTDIR,$(prefix),g'; \ echo 's,$(QTDIR),$(prefix),g'; \ echo 's,^root/,/,g'; \ - echo 's,^etc/,/etc/,g'; \ + echo 's,^etc/,$(prefix)/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'; \ |