summaryrefslogtreecommitdiff
path: root/Makefile.shared
diff options
context:
space:
mode:
authorTor Lillqvist <tml@novell.com>2008-01-03 11:10:40 +0000
committerTor Lillqvist <tml@novell.com>2008-01-03 11:10:40 +0000
commit77d9614b15b29211f109168e4ac469ccaae7b045 (patch)
tree277cbf455242d82156b692cb44f09c60b7cfb71d /Makefile.shared
parent61e7b3d63019c80dd595412eaf78b6bfc9819b0f (diff)
Don't put a shell comment inside the case statement.
Diffstat (limited to 'Makefile.shared')
-rw-r--r--Makefile.shared2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.shared b/Makefile.shared
index cbdeade04..8476f4dff 100644
--- a/Makefile.shared
+++ b/Makefile.shared
@@ -40,8 +40,8 @@ $(STAMP_DIR)/artwork.install : $(OOBUILDDIR)/unpack \
cp $(top_srcdir)/src/open*_*.bmp $(OOBUILDDIR)/svx/res/ || echo "no intro images to copy"
cp $(top_srcdir)/src/open*_*.png $(OOBUILDDIR)/default_images/svx/res/ || echo "no about images to copy"
cp $(top_srcdir)/src/*-team.png $(OOBUILDDIR)/default_images/sw/res/ || echo "no team images to copy"
+# Ignore convert.exe in windows/system32
case "`which convert`" in \
- # Ignore convert.exe in windows/system32 \
*32/convert) ;; \
/*) mv $(OOBUILDDIR)/default_images/introabout/intro.bmp $(OOBUILDDIR)/default_images/introabout/intro-save.bmp && convert $(OOBUILDDIR)/default_images/introabout/intro-save.bmp -depth 24 -type TrueColor $(OOBUILDDIR)/default_images/introabout/intro.bmp ;; \
esac