[labyrinth commit] r348 - in trunk: . data

0 views
Skip to first unread message

codesite...@google.com

unread,
Feb 27, 2009, 12:54:41 PM2/27/09
to labyrinth-...@googlegroups.com
Author: matthias.vogelgesang
Date: Fri Feb 27 09:49:37 2009
New Revision: 348

Modified:
trunk/ChangeLog
trunk/data/Makefile.am

Log:
* data/Makefile.am
Fix issue 132. Thanks again to Romain Tartiere.


Modified: trunk/ChangeLog
==============================================================================
--- trunk/ChangeLog (original)
+++ trunk/ChangeLog Fri Feb 27 09:49:37 2009
@@ -1,5 +1,10 @@
2009-02-27 Matthias Vogelgesang <matthias.v...@gmail.com>

+ * data/Makefile.am
+ Fix issue 132. Thanks again to Romain Tartiere.
+
+2009-02-27 Matthias Vogelgesang <matthias.v...@gmail.com>
+
* src/labyrinth.py
Fix issue 133. Thanks to Romain Tartiere.


Modified: trunk/data/Makefile.am
==============================================================================
--- trunk/data/Makefile.am (original)
+++ trunk/data/Makefile.am Fri Feb 27 09:49:37 2009
@@ -13,7 +13,7 @@

install-icons:
# This sucks
- for size in 16x16 22x22 24x24 scalable; do mkdir --parents
$(DESTDIR)/$(datadir)/icons/hicolor/$$size/apps; done
+ for size in 16x16 22x22 24x24 scalable; do install -d
$(DESTDIR)/$(datadir)/icons/hicolor/$$size/apps; done
install -m 644 $(srcdir)/labyrinth-16.png
$(DESTDIR)/$(datadir)/icons/hicolor/16x16/apps/labyrinth.png
install -m 644 $(srcdir)/labyrinth-22.png
$(DESTDIR)/$(datadir)/icons/hicolor/22x22/apps/labyrinth.png
install -m 644 $(srcdir)/labyrinth-24.png
$(DESTDIR)/$(datadir)/icons/hicolor/24x24/apps/labyrinth.png

Reply all
Reply to author
Forward
0 new messages