Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SDK
KDE Development Scripts
Commits
c5000481
Commit
c5000481
authored
Feb 11, 2022
by
Friedrich W. H. Kossebau
Browse files
cmakelists_install_vars.pl: handle also recently added SYSTEMD_* vars
parent
b95ec7fe
Pipeline
#148641
passed with stage
in 48 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
kf5/cmakelists_install_vars.pl
View file @
c5000481
...
...
@@ -51,6 +51,8 @@ my %old_var_map = (
CONFIG_INSTALL_DIR
=>
'
CONFDIR
',
AUTOSTART_INSTALL_DIR
=>
'
AUTOSTARTDIR
',
SHARE_INSTALL_PREFIX
=>
'
DATAROOTDIR
',
SYSTEMD_UNIT_INSTALL_DIR
=>
'
SYSTEMDUNITDIR
',
SYSTEMD_USER_UNIT_INSTALL_DIR
=>
'
SYSTEMDUSERUNITDIR
',
);
my
@new_var_suffixes
=
(
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment