Skip to content
Snippets Groups Projects
Commit f6032abc 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 ab4ec3c8
No related branches found
No related tags found
1 merge request!83Start phosh via gnome-session
This commit is part of merge request !83. Comments created here will be created in the context of that merge request.
......@@ -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