author | kergoth <kergoth> | 2003-04-24 20:09:08 (UTC) |
---|---|---|
committer | kergoth <kergoth> | 2003-04-24 20:09:08 (UTC) |
commit | b59b200a00486bc68810317eb7f14c565604a475 (patch) (unidiff) | |
tree | fd65d0fe91cc2be850b34da528ba5606af80913d /Rules.make | |
parent | 6bdab3a554c784efa1553485f99e92542071463e (diff) | |
download | opie-b59b200a00486bc68810317eb7f14c565604a475.zip opie-b59b200a00486bc68810317eb7f14c565604a475.tar.gz opie-b59b200a00486bc68810317eb7f14c565604a475.tar.bz2 |
Correct the etc filesubst path
-rw-r--r-- | Rules.make | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -122,5 +122,5 @@ $(TOPDIR)/scripts/filesubst : FORCE | |||
122 | echo 's,$(QTDIR),$(prefix),g'; \ | 122 | echo 's,$(QTDIR),$(prefix),g'; \ |
123 | echo 's,^root/,/,g'; \ | 123 | echo 's,^root/,/,g'; \ |
124 | echo 's,^etc/,/etc/,g'; \ | 124 | echo 's,^etc/,$(prefix)/etc/,g'; \ |
125 | echo 's,^lib/,$(prefix)/lib/,g'; \ | 125 | echo 's,^lib/,$(prefix)/lib/,g'; \ |
126 | echo 's,^bin/,$(prefix)/bin/,g'; \ | 126 | echo 's,^bin/,$(prefix)/bin/,g'; \ |