commit: b9170459203eb1eb988992aebef6be7636e9b26a Author: Mike Gilbert <floppym <AT> gentoo <DOT> org> AuthorDate: Sun Mar 13 15:08:57 2016 +0000 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org> CommitDate: Sun Mar 13 15:10:20 2016 +0000 URL: https://gitweb.gentoo.org/proj/gentoolkit.git/commit/?id=b9170459
Install tmpfiles.d fragment in /usr/lib/tmpfiles.d Bug: https://bugs.gentoo.org/577284 setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 01e4b3e..024b612 100755 --- a/setup.py +++ b/setup.py @@ -148,7 +148,7 @@ core.setup( (os.path.join(os.sep, EPREFIX.lstrip(os.sep), 'etc/revdep-rebuild'), ['data/revdep-rebuild/99revdep-rebuild']), (os.path.join(os.sep, EPREFIX.lstrip(os.sep), 'etc/eclean'), glob('data/eclean/*')), (os.path.join(os.sep, EPREFIX.lstrip(os.sep), 'usr/share/man/man1'), glob('man/*')), - (os.path.join(os.sep, EPREFIX.lstrip(os.sep), 'etc/tmpfiles.d'), ['data/tmpfiles.d/revdep-rebuild.conf']), + (os.path.join(os.sep, EPREFIX.lstrip(os.sep), 'usr/lib/tmpfiles.d'), ['data/tmpfiles.d/revdep-rebuild.conf']), ), cmdclass={ 'test': load_test(),
