[Piuparts-commits] [piuparts] 01/02: pre_install_exceptions: work around #749602
Holger Levsen
holger at moszumanska.debian.org
Wed May 28 17:37:45 UTC 2014
This is an automated email from the git hooks/post-receive script.
holger pushed a commit to branch develop
in repository piuparts.
commit 23082b000062fbfa4bb83bae6d24eea25528c598
Author: Holger Levsen <holger at layer-acht.org>
Date: Wed May 28 19:36:10 2014 +0200
pre_install_exceptions: work around #749602
---
custom-scripts/scripts/pre_install_exceptions | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/custom-scripts/scripts/pre_install_exceptions b/custom-scripts/scripts/pre_install_exceptions
index 35ec1ce..c790b33 100755
--- a/custom-scripts/scripts/pre_install_exceptions
+++ b/custom-scripts/scripts/pre_install_exceptions
@@ -34,6 +34,11 @@ esac
# deal with exceptions:
#
case ${PIUPARTS_OBJECTS%%=*} in
+ samhain) log_debug
+ # work around #749602
+ mkdir -p /var/state/samhain/
+ touch /var/state/samhain/samhain_file
+ ;;
fai-nfsroot) log_debug
# fai-nfsroot refuses installation unless this file exist
touch /.THIS_IS_THE_FAI_NFSROOT
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/piuparts/piuparts.git
More information about the Piuparts-commits
mailing list