commit:     fb215a10a3a2881dc8dc886b1fb58fbf1512a771
Author:     Brian Dolbec <dolsen <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 19 02:45:32 2014 +0000
Commit:     Brian Dolbec <brian.dolbec <AT> gmail <DOT> com>
CommitDate: Sun Oct 19 03:14:49 2014 +0000
URL:        
http://sources.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=fb215a10

setup.py: Fix typo in logrotatedir path

>From original makefile:
install -m$(INSMODE) $(LOGROTATE_FILES) \
                "$(DESTDIR)$(sysconfdir)/logrotate.d"; \

---
 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index 22d7790..41dcb81 100755
--- a/setup.py
+++ b/setup.py
@@ -340,7 +340,7 @@ class x_install(install):
                ('portage_datadir', '$datarootdir/portage'),
 
                # not customized at the moment
-               ('logrotatedir', '$sysconfdir/logrotate'),
+               ('logrotatedir', '$sysconfdir/logrotate.d'),
                ('portage_confdir', '$portage_datadir/config'),
                ('portage_setsdir', '$portage_confdir/sets'),
        ]

Reply via email to