[Groonga-commit] groonga/groonga [master] rpm: use _DATA primary

Back to archive index

HAYASHI Kentaro null+****@clear*****
Wed Sep 5 13:15:42 JST 2012


HAYASHI Kentaro	2012-09-05 13:15:42 +0900 (Wed, 05 Sep 2012)

  New Revision: f1c28eb212d5e42514b3b703e6410710f13cf60a
  https://github.com/groonga/groonga/commit/f1c28eb212d5e42514b3b703e6410710f13cf60a

  Log:
    rpm: use _DATA primary

  Modified files:
    data/logrotate.d/redhat/Makefile.am

  Modified: data/logrotate.d/redhat/Makefile.am (+3 -3)
===================================================================
--- data/logrotate.d/redhat/Makefile.am    2012-09-05 11:48:09 +0900 (2c4a92f)
+++ data/logrotate.d/redhat/Makefile.am    2012-09-05 13:15:42 +0900 (2835ee6)
@@ -1,9 +1,9 @@
 
-scripts = groonga-server groonga-httpd
+logrotate_conf = groonga-server groonga-httpd
 
 if REDHAT_PLATFORM
 logrotatedir = $(sysconfdir)/logrotate.d
-dist_logrotate_SCRIPTS = $(scripts)
+dist_logrotate_DATA = $(logrotate_conf)
 else
-EXTRA_DIST = $(scripts)
+EXTRA_DIST = $(logrotate_conf)
 endif
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index