[Groonga-commit] groonga/groonga [master] Fix logo install path

Back to archive index

null+****@clear***** null+****@clear*****
2012年 3月 28日 (水) 23:58:28 JST


Kouhei Sutou	2012-03-28 23:58:28 +0900 (Wed, 28 Mar 2012)

  New Revision: 5cc744ce5547a3fe50ed4e114ee1c140e344fe68

  Log:
    Fix logo install path

  Modified files:
    data/images/logo/Makefile.am

  Modified: data/images/logo/Makefile.am (+2 -2)
===================================================================
--- data/images/logo/Makefile.am    2012-03-29 00:36:51 +0900 (e5c58bb)
+++ data/images/logo/Makefile.am    2012-03-28 23:58:28 +0900 (2c0fd11)
@@ -1,7 +1,7 @@
 include files.am
 
-imagesdir = $(pkgdatadir)/images
-images_DATA = $(image_files)
+logodir = $(pkgdatadir)/images/logo
+logo_DATA = $(image_files)
 
 EXTRA_DIST =					\
 	$(images_DATA)				\




Groonga-commit メーリングリストの案内
Back to archive index