]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
Revert "build: install /etc/systemd/{system,user}-generators"
authorLennart Poettering <lennart@poettering.net>
Tue, 2 Apr 2019 15:05:15 +0000 (17:05 +0200)
committerLennart Poettering <lennart@poettering.net>
Tue, 2 Apr 2019 19:09:35 +0000 (21:09 +0200)
This reverts commit 509276f2b7d44d472b66e79cbfa531c1de4c3801.

meson.build
src/core/meson.build

index b0306601954282fab955e763af5090c7480936b3..e446fe73702e2af12eff9fedf40b8dd1fe75e87f 100644 (file)
@@ -133,8 +133,6 @@ networkdir = join_paths(rootprefixdir, 'lib/systemd/network')
 pkgincludedir = join_paths(includedir, 'systemd')
 systemgeneratordir = join_paths(rootlibexecdir, 'system-generators')
 usergeneratordir = join_paths(prefixdir, 'lib/systemd/user-generators')
-pkgsysconfsystemgeneratordir = join_paths(pkgsysconfdir, 'system-generators')
-pkgsysconfusergeneratordir = join_paths(pkgsysconfdir, 'user-generators')
 systemenvgeneratordir = join_paths(prefixdir, 'lib/systemd/system-environment-generators')
 userenvgeneratordir = join_paths(prefixdir, 'lib/systemd/user-environment-generators')
 systemshutdowndir = join_paths(rootlibexecdir, 'system-shutdown')
index d850e106a39224ce0513b5c1e14dcd074f8c0490..86ab35d818d2c032cae4ff5da646d380d22bbc0f 100644 (file)
@@ -211,8 +211,6 @@ meson.add_install_script('sh', '-c', mkdir_p.format(systemshutdowndir))
 meson.add_install_script('sh', '-c', mkdir_p.format(systemsleepdir))
 meson.add_install_script('sh', '-c', mkdir_p.format(systemgeneratordir))
 meson.add_install_script('sh', '-c', mkdir_p.format(usergeneratordir))
-meson.add_install_script('sh', '-c', mkdir_p.format(pkgsysconfsystemgeneratordir))
-meson.add_install_script('sh', '-c', mkdir_p.format(pkgsysconfusergeneratordir))
 
 meson.add_install_script('sh', '-c',
                          mkdir_p.format(join_paths(pkgsysconfdir, 'system/multi-user.target.wants')))