packaging: gitmodules helper script 90/25390/2
authorPhilippe Coval <philippe.coval@open.eurogiciel.org>
Mon, 4 Aug 2014 13:21:59 +0000 (15:21 +0200)
committerPhilippe Coval <philippe.coval@open.eurogiciel.org>
Mon, 4 Aug 2014 13:23:38 +0000 (15:23 +0200)
Change-Id: I5c34850dcc2702a9e89ed4c97e03b60733cb5ac7
Signed-off-by: Philippe Coval <philippe.coval@open.eurogiciel.org>
packaging/gitmodules.sh

index 1de5a67..ec65f3e 100755 (executable)
@@ -1,5 +1,5 @@
 #! /bin/sh
-# @author: Philippe Coval <mailto:philippe.coval@eurogiciel.com>
+# @author: Philippe Coval <mailto:philippe.coval@eurogiciel.fr>
 # @description: manage git submodules with git-build-package-rpm
 
 set -x
@@ -18,7 +18,7 @@ git submodule status | awk '{ print $2 }' | while read dir  ; do
     tar cjvf "./packaging/${name}.tar.bz2" "${dir}"
 
     cat<<EOF
-# Please add "SourceN: $name.tar.bz2" and "%setup -q -T -D -a N" to "packaging/*.spec"
+# Please add "SourceN: $name.tar.bz2" and "%setup -q -a N" to "packaging/*.spec"
 EOF
 
 done