From f75c89a68ab4d181747ccc5bede48c141904996b Mon Sep 17 00:00:00 2001 From: Pavel Charvat Date: Sat, 4 Jul 2009 16:27:00 +0200 Subject: [PATCH] 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. --- cf/images | 2 +- cf/libucw | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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- -- 2.39.2