- migrated to Exherbo
- added a few initial Pantheon components
This commit is contained in:
parent
cb6360a7e8
commit
2d2bbbc830
85 changed files with 931 additions and 2 deletions
13
packages/elementary-base/greeter/files/sbin-to-bin.patch
Normal file
13
packages/elementary-base/greeter/files/sbin-to-bin.patch
Normal file
|
@ -0,0 +1,13 @@
|
|||
diff --git a/src/meson.build b/src/meson.build
|
||||
index 92ceb8f..68e3ff5 100644
|
||||
--- a/src/meson.build
|
||||
+++ b/src/meson.build
|
||||
@@ -4,7 +4,7 @@ gtk_dep = dependency('gtk+-3.0')
|
||||
granite_dep = dependency('granite')
|
||||
lightdm_dep = dependency('liblightdm-gobject-1')
|
||||
|
||||
-install_path = join_paths(get_option('prefix'), get_option('sbindir'))
|
||||
+install_path = join_paths(get_option('prefix'), get_option('bindir'))
|
||||
|
||||
conf_data = configuration_data()
|
||||
conf_data.set('CONF_DIR', join_paths(get_option('sysconfdir'), 'lightdm'))
|
Loading…
Add table
Add a link
Reference in a new issue