From 2f8ff619e754f4f58c02db14fd24f8cadef87d36 Mon Sep 17 00:00:00 2001 From: Felix Endres Date: Wed, 13 Dec 2006 17:09:05 +0000 Subject: Bugfix: Some references were still pointing to the temporary installation directory git-svn-id: http://svn.openslx.org/svn/openslx/trunk@532 95ad53e4-c205-0410-b2fa-d234c58c8868 --- builddebianpackage | 4 ++++ packaging/default_files/control | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/builddebianpackage b/builddebianpackage index c3b71a2a..bf7696c6 100755 --- a/builddebianpackage +++ b/builddebianpackage @@ -99,6 +99,10 @@ if make install; then # For every link set the corresponding target with stripped prefix ln -sf ${link#*_SEPARATOR_} ${link%_SEPARATOR_*} done; + #Correct location references in mkdxsinitrd: + for file in `grep -l --recursive /tmp/ld$$ /tmp/ld$$/* 2>/dev/null`; do + sed -i 's#/tmp/ld[0-9]*##' $file + done; #Create the package dpkg-deb --build /tmp/ld$$ > /dev/null diff --git a/packaging/default_files/control b/packaging/default_files/control index 92c91a1d..43ddb6ad 100644 --- a/packaging/default_files/control +++ b/packaging/default_files/control @@ -7,4 +7,4 @@ Depends: bash (>= 3.0), coreutils (>= 5.2.1), sed (>= 4.1.4), mawk (>= 1.3.3), f Maintainer: Felix Endres Description: Diskless Linux Server Setup This project provides a convenient way to setup a server for stateless -(possibly diskless) fat clients. + (possibly diskless) fat clients. -- cgit v1.2.3-55-g7522