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

[libreoffice] 22/59: packagedir is lowercase



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

sweetshark-guest pushed a commit to branch ubuntu-trusty-4.2
in repository libreoffice.

commit 32f622071d95080279a3600df22578ebdbfb6c96
Author: Bjoern Michaelsen <bjoern.michaelsen@canonical.com>
Date:   Tue Dec 17 19:05:12 2013 +0100

    packagedir is lowercase
---
 debian-l10n/rules | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian-l10n/rules b/debian-l10n/rules
index 87ca19b..f2adfe9 100644
--- a/debian-l10n/rules
+++ b/debian-l10n/rules
@@ -85,9 +85,9 @@ $(STAMP_DIR)/install-indep:
 	dh_testroot
 	rm -rf $(PKGDIR)-help-* $(PKGDIR)-l10n-*
 	$(foreach iso,$(filter-out en-US,$(LANGPACKISOS)),\
-		make install-package-l10n-$(iso) INSTALLDIR=$(PKGDIR)-l10n-$(iso)/$(OODIR) &&) true
+		make install-package-l10n-$(iso) INSTALLDIR=$(PKGDIR)-l10n-`echo $(iso)|tr A-Z a-z`/$(OODIR) &&) true
 	$(foreach iso,$(filter-out en-US,$(HELPISOS)),\
-		make install-package-help-$(iso) INSTALLDIR=$(PKGDIR)-help-$(iso)/$(OODIR) &&) true
+		make install-package-help-$(iso) INSTALLDIR=$(PKGDIR)-help-`echo $(iso)|tr A-Z a-z`/$(OODIR) &&) true
 	
 	# and ca-valencia in -ca...
 ifeq (ca-valencia,$(findstring ca-valencia,$(LANGPACKISOS)))

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


Reply to: