summaryrefslogtreecommitdiff
path: root/scp2/inc
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-09-12 00:04:39 +0200
committerMichael Stahl <mstahl@redhat.com>2013-09-12 00:20:39 +0200
commitf89cce877cc0480e00ee226780dec887f9d0063a (patch)
treea4210971073b0bef8aad434213a07e4e26b5a3ca /scp2/inc
parent80a672ecf3e537f1b29a1ae216510837846ceebf (diff)
installer: search files in INSTDIR
INSTDIR has everything that will be installed anyway, so ideally the file search patch should only be INSTDIR + whatever is needed to get the Package file lists; especially WORKDIR seems inappropriate there. The exception is extension .oxt files which apparently are not in INSTDIR; not sure what to do about those. Change-Id: I2477c25ab9fcf953fae9c219e76c467e14729cda
Diffstat (limited to 'scp2/inc')
-rwxr-xr-xscp2/inc/macros.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/scp2/inc/macros.inc b/scp2/inc/macros.inc
index 3b34334dab91..3b8740a8909d 100755
--- a/scp2/inc/macros.inc
+++ b/scp2/inc/macros.inc
@@ -95,7 +95,7 @@
#define GID_DIR_URE_SHARE_MISC gid_Dir_Ure_Misc
#endif
-#define RESFILENAME(name,lang) STRING(CONCAT4(ResTarget/,name,lang,.res))
+#define RESFILENAME(name,lang) STRING(CONCAT3(name,lang,.res))
#define READMETXTFILENAME(name,lang,ext) STRING(CONCAT4(name,lang,.,ext))
#define READMEFILENAME(name,lang) STRING(CONCAT2(name,lang))
#define EXTRAFILENAME(name,lang) STRING(CONCAT3(name,lang,.zip))