From: Pavel Charvat Date: Sat, 4 Jul 2009 14:27:00 +0000 (+0200) Subject: Improved building of centrum-sherlock-* packages. X-Git-Tag: holmes-import~15 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=f75c89a68ab4d181747ccc5bede48c141904996b;p=libucw.git Improved building of centrum-sherlock-* packages. * Added sherlock build system to centrum-sherlock-lib-dev. * We now use custom INSTALL_*_DIR options to avoid replacing of paths everywhere. * Resulting .tar.gz contains entire sherlock tree. --- diff --git a/cf/images b/cf/images index ab8dc24e..9d7c13ea 100644 --- a/cf/images +++ b/cf/images @@ -1,4 +1,4 @@ -# Configuration of the image library (included by cf/sherlock) +# Configuration of the image library (included by @INSTALL_CONFIG_DIR@/sherlock) ######## General parameters ##################################################### diff --git a/cf/libucw b/cf/libucw index b92efad6..7c061ec4 100644 --- a/cf/libucw +++ b/cf/libucw @@ -1,4 +1,4 @@ -# Configuration of the UCW library and related utilities (included by cf/sherlock) +# Configuration of the UCW library and related utilities (included by @INSTALL_CONFIG_DIR@/sherlock) ######## Memory Mapped Access to Files ########################################## @@ -62,7 +62,7 @@ Tempfiles { # By default, we use the system's default temporary directory ($TMPDIR or /tmp), # but sometimes it is better to store the temporary files in the local tree. -Dir tmp +Dir @INSTALL_VAR_PREFIX@tmp # Prefix of temporary file names Prefix temp-