[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[libreoffice] 01/02: fix ConnectivityTools.jar again... (instdir->workdir again?)



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

rene pushed a commit to branch debian-experimental-4.3
in repository libreoffice.

commit 990d025ac101f0f78c72abb429ffd4be245bd605
Author: Rene Engelhard <rene@debian.org>
Date:   Mon May 19 21:43:10 2014 +0200

    fix ConnectivityTools.jar again... (instdir->workdir again?)
---
 rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rules b/rules
index cd3f03d..de89846 100755
--- a/rules
+++ b/rules
@@ -2918,7 +2918,7 @@ ifeq "$(BUILD_TEST_PACKAGE)" "y"
 		cp workdir/Jar/$$jar $(PKGDIR)-subsequentcheckbase/$(OODIR)/program/classes/; \
 	done
 	for jar in ConnectivityTools.jar; do \
-		cp instdir/program/classes/$$jar $(PKGDIR)-subsequentcheckbase/$(OODIR)/program/classes/; \
+		cp workdir/Jar/$$jar $(PKGDIR)-subsequentcheckbase/$(OODIR)/program/classes/; \
 	done
   endif
 endif

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


Reply to: