[groovy2] 05/08: Updated the path to the distribution files

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Tue Feb 2 17:12:05 UTC 2016


This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch master
in repository groovy2.

commit b22fb041cdbe42ae9297b3965a8ef1838de20c0f
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Tue Feb 2 16:27:02 2016 +0100

    Updated the path to the distribution files
---
 debian/rules | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/rules b/debian/rules
index d87f0cf..f2ce3a8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -26,8 +26,8 @@ override_dh_clean:
 override_dh_auto_build:
 	dh_auto_build
 	gradle $(DEB_GRADLE_OPTS) dist
-	unzip target/distributions/groovy-binary-*.zip -d target/distributions/bin
-	unzip target/distributions/groovy-docs-*.zip -d target/distributions/doc
+	unzip target/distributions/apache-groovy-binary-*.zip -d target/distributions/bin
+	unzip target/distributions/apache-groovy-docs-*.zip -d target/distributions/doc
 
 override_dh_auto_install:
 	-rm -f target/libs/groovy-all-*-indy.jar

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/groovy2.git



More information about the pkg-java-commits mailing list