author | schurig <schurig> | 2003-06-06 09:34:17 (UTC) |
---|---|---|
committer | schurig <schurig> | 2003-06-06 09:34:17 (UTC) |
commit | cac58fc981164b4c0853cddc017ea0c79773cde4 (patch) (unidiff) | |
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
@@ -131,2 +131,3 @@ $(TOPDIR)/scripts/filesubst : FORCE | |||
131 | echo 's,^\(\./\)*sounds/,$(prefix)/sounds/,g'; \ | 131 | echo 's,^\(\./\)*sounds/,$(prefix)/sounds/,g'; \ |
132 | echo 's,^\(\./\)*i18n/,$(prefix)/i18n/,g'; \ | ||
132 | echo 's,^\(\./\)*plugins/,$(prefix)/plugins/,g'; \ | 133 | echo 's,^\(\./\)*plugins/,$(prefix)/plugins/,g'; \ |