diff options
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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)/ |