summaryrefslogtreecommitdiff
Side-by-side diff
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--Rules.make1
1 files changed, 1 insertions, 0 deletions
diff --git a/Rules.make b/Rules.make
index a3646f8..11cafaa 100644
--- a/Rules.make
+++ b/Rules.make
@@ -131,6 +131,7 @@ $(TOPDIR)/scripts/filesubst : FORCE
echo 's,^\(\./\)*sounds/,$(prefix)/sounds/,g'; \
echo 's,^\(\./\)*plugins/,$(prefix)/plugins/,g'; \
echo 's,^\(\./\)*apps/,$(prefix)/apps/,g'; \
+ echo 's,^\(\./\)*share/,$(prefix)/share/,g'; \
) > $@ || ( rm -f $@; exit 1 )
## general rules ##