From: Michael Tremer Date: Thu, 16 Sep 2010 11:27:07 +0000 (+0200) Subject: naoki: Add placeholder for signature in package. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7a538e71aa47dcb463cae90412982ce534f4a883;p=ipfire-3.x.git naoki: Add placeholder for signature in package. --- diff --git a/tools/packager b/tools/packager index 8a9b15ee6..3bb80b103 100755 --- a/tools/packager +++ b/tools/packager @@ -207,6 +207,9 @@ function create_package() { create_metafile ${files} > ${tmp}/info create_controlfile > ${tmp}/control + # Add an empty file to hold place for the signature + touch ${tmp}/signature + # Calculate hash sums of the package files log DEBUG "Calculating hash sums." local algorithm