From: Joerg Jaspert Date: Thu, 17 Feb 2011 21:33:04 +0000 (+0100) Subject: source the common stuff X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9c1592746299bf06fd8974f7283673b64e21be85;p=dak source the common stuff Signed-off-by: Joerg Jaspert --- diff --git a/config/debian-security/export.sh b/config/debian-security/export.sh index 339a8bfc..81d5ee08 100755 --- a/config/debian-security/export.sh +++ b/config/debian-security/export.sh @@ -14,6 +14,8 @@ umask 022 export LANG=C export LC_ALL=C +. "${configdir}/../debian/common" + # extract changelogs and stuff function changelogs() { log "Extracting changelogs"