[debian-edu-commits] debian-edu/ 01/01: Fix WAR extraction.

Dominik George natureshadow-guest at moszumanska.debian.org
Wed Nov 9 18:42:28 UTC 2016


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

natureshadow-guest pushed a commit to branch master
in repository guacamole-client.

commit 5dd4c05a1ff3cb863f8678a5e4055edf3a12f0eb
Author: Dominik George <nik at naturalnet.de>
Date:   Wed Nov 9 19:29:21 2016 +0100

    Fix WAR extraction.
---
 debian/rules | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/rules b/debian/rules
index 250a339..b39b160 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,8 +8,8 @@ export JAVA_HOME = /usr/lib/jvm/default-java
 override_dh_auto_build:
 	dh_auto_build -- install
 
-override_dh_auto_install:
-	dh_auto_install
+override_dh_install:
+	dh_install
 
 	# Unpack WAR file to simple directory
 	cd debian/guacamole/; \

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-edu/pkg-team/guacamole-client.git



More information about the debian-edu-commits mailing list