-rw-r--r-- | Rules.make | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -132,4 +132,5 @@ $(TOPDIR)/scripts/filesubst : FORCE echo 's,^\(\./\)*plugins/,$(prefix)/plugins/,g'; \ echo 's,^\(\./\)*apps/,$(prefix)/apps/,g'; \ + echo 's,^\(\./\)*share/,$(prefix)/share/,g'; \ ) > $@ || ( rm -f $@; exit 1 ) |