mirror of
https://github.com/Rafostar/clapper.git
synced 2025-08-29 23:32:04 +02:00
meson: Do not set datadir in bin template
GJS does this automatically for us using prefix and even if set it will be overwritten
This commit is contained in:
@@ -5,6 +5,5 @@ imports.package.init({
|
||||
version: '@PACKAGE_VERSION@',
|
||||
prefix: '@prefix@',
|
||||
libdir: '@libdir@',
|
||||
datadir: '@datadir@',
|
||||
});
|
||||
imports.package.run(imports.src.main@ID_POSTFIX@);
|
||||
|
Reference in New Issue
Block a user