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

[libreoffice] 18/19: handle default theme correctly



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

sweetshark-guest pushed a commit to branch ubuntu-utopic-4.3
in repository libreoffice.

commit f40604415e2e0978feb71d9fe0e3ba00bfa40cea
Author: Bjoern Michaelsen <bjoern.michaelsen@canonical.com>
Date:   Wed Aug 13 11:31:57 2014 +0200

    handle default theme correctly
---
 rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rules b/rules
index b276fb1..bc8e6aa 100755
--- a/rules
+++ b/rules
@@ -2891,7 +2891,7 @@ ifeq "$(ENABLE_HELP)" "n"
 	set -e; \
 	for i in $(IMAGES); do \
 		s=_$$i.zip; \
-		case "$$i" in default) s=.zip; esac; \
+		case "$$i" in $(DEFAULT_IMAGE)) s=.zip; esac; \
 		z=images$$s; \
 		echo "adding helpimgs to $$z..."; \
 		rm -rf $$z; mkdir $$z; \

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


Reply to: