From b40fed37307217ed09c89bbed2657bfebdbd6bee Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Wed, 9 Jul 2003 17:47:14 +0000 Subject: fix image conversion for rtl languages --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 0a303fe8..2adc7e1b 100644 --- a/Makefile +++ b/Makefile @@ -34,7 +34,7 @@ install: all for d in $(SUBDIRS); do ( cd $$d ; make $@ ) ; done dis: clean - for i in pixmaps/default/mcc-left*png; do convert -flop $i ${i%.png}_rtl.png;done + for i in pixmaps/default/mcc-left*png; do convert -flop $$i $${i%.png}_rtl.png;done rm -rf $(NAME)-$(VERSION) ../$(NAME)-$(VERSION).tar* mkdir -p $(NAME)-$(VERSION) find . -not -name "$(NAME)-$(VERSION)" | cpio -pd $(NAME)-$(VERSION)/ -- cgit v1.2.1