From eb279635a461a32316f7974c6ad01fd578e8e5d9 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Thu, 25 Sep 2014 12:28:44 +0200 Subject: gen-perl-pkg: set MAINTAINER; misc Signed-off-by: Florian Pritz --- gen-perl-pkg | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'gen-perl-pkg') diff --git a/gen-perl-pkg b/gen-perl-pkg index 46615e5..c63e1c9 100755 --- a/gen-perl-pkg +++ b/gen-perl-pkg @@ -1,9 +1,10 @@ #!/bin/bash - set -e pkg=$1 +export MAINTAINER="Florian Pritz " +target=~/arch/community genpkg $pkg -mkdir -p ~/arch/community/$pkg/{trunk,repos} -cp ~/pkg/dest/$pkg/PKGBUILD ~/arch/community/$pkg/trunk/ +mkdir -p "$target/$pkg/"{trunk,repos} +cp "~/pkg/dest/$pkg/PKGBUILD" "$target/$pkg/trunk/" -- cgit v1.2.3-24-g4f1b