-rw-r--r-- | Rules.make | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -122,4 +122,5 @@ $(TOPDIR)/scripts/filesubst : FORCE 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'; \ |