From 28aeac117e88fc15983c3f9ede86e7923d7a7ef7 Mon Sep 17 00:00:00 2001 From: Chris Cromer Date: Sun, 15 Oct 2017 00:21:23 -0300 Subject: [PATCH] undo file change --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 9517d69..9fcbf28 100644 --- a/meson.build +++ b/meson.build @@ -22,7 +22,7 @@ glib_2_0_dep = dependency('glib-2.0') gobject_2_0_dep = dependency('gobject-2.0') subdir('po') -meson.add_install_script(join_paths(meson.current_source_dir(),'meson_scripts','install_data.sh'),join_paths(get_option('prefix'),sysconfdir/dbus-1/system.d),join_paths(meson.current_source_dir(),'data/dbus','org.pamac.system.conf')) +meson.add_install_script(join_paths(meson.current_source_dir(),'meson_scripts','install_data.sh'),join_paths(get_option('prefix'),'${CMAKE_INSTALL_SYSCONFDIR}/dbus-1/system.d'),join_paths(meson.current_source_dir(),'data/dbus','org.pamac.system.conf')) meson.add_install_script(join_paths(meson.current_source_dir(),'meson_scripts','install_data.sh'),join_paths(get_option('prefix'),'${CMAKE_INSTALL_PREFIX}/${CMAKE_INSTALL_DATAROOTDIR}/dbus-1/services'),join_paths(meson.current_source_dir(),'data/dbus','org.pamac.user.service'))