author | schurig <schurig> | 2003-06-06 09:34:17 (UTC) |
---|---|---|
committer | schurig <schurig> | 2003-06-06 09:34:17 (UTC) |
commit | cac58fc981164b4c0853cddc017ea0c79773cde4 (patch) (side-by-side diff) | |
tree | 292c2c461681814f88d59a8494032802211b7921 | |
parent | 0f3deb5cf6049c09949996cff1f9deb78305ab4f (diff) | |
download | opie-cac58fc981164b4c0853cddc017ea0c79773cde4.zip opie-cac58fc981164b4c0853cddc017ea0c79773cde4.tar.gz opie-cac58fc981164b4c0853cddc017ea0c79773cde4.tar.bz2 |
filesubst i18n -> $(prefix)/i18n
-rw-r--r-- | Rules.make | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -124,16 +124,17 @@ $(TOPDIR)/scripts/filesubst : FORCE echo 's,\$$QTDIR,$(prefix),g'; \ echo 's,$(QTDIR),$(prefix),g'; \ echo 's,^\(\./\)*root/,/,g'; \ echo 's,^\(\./\)*etc/,$(prefix)/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'; \ + echo 's,^\(\./\)*i18n/,$(prefix)/i18n/,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 ## define descend |