Skip to content
Snippets Groups Projects
Commit bd2d635b authored by Guido Gunther's avatar Guido Gunther :zzz:
Browse files

Install rooston.ini via meson

This makes sure other packaging formats get the configuration too.
parent 301bd01e
No related branches found
No related tags found
No related merge requests found
......@@ -62,3 +62,5 @@ install_data(
schemas,
install_dir: 'share/glib-2.0/schemas'
)
install_data('rootston.ini', install_dir : pkgdatadir)
File moved
rootston.ini
......@@ -5,10 +5,6 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all
%:
dh $@ --builddirectory=_build
override_dh_auto_install:
dh_auto_install
cp rootston.ini debian/phosh/usr/share/phosh/
override_dh_installsystemd:
dh_installsystemd --no-start --no-enable
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment