Unidiff1 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 ## |
|