diff options
| author | Simon Rettberg | 2013-06-18 16:23:56 +0200 |
|---|---|---|
| committer | Simon Rettberg | 2013-06-18 16:23:56 +0200 |
| commit | 079ffa40d9683dee8afe474e13c7f72ca576980d (patch) | |
| tree | e34d4a688b505b58700bb428c411ee2475df1104 /remote/modules/policykit/policykit.build | |
| parent | [pam] add config files for rpc services (diff) | |
| download | tm-scripts-079ffa40d9683dee8afe474e13c7f72ca576980d.tar.gz tm-scripts-079ffa40d9683dee8afe474e13c7f72ca576980d.tar.xz tm-scripts-079ffa40d9683dee8afe474e13c7f72ca576980d.zip | |
[vmchooser] run-virt.sh: Set volume to 100% instead of 80% on bwPC 4
[pölkit] Fix replacement of polkitd path in systemd service file
Diffstat (limited to 'remote/modules/policykit/policykit.build')
| -rw-r--r-- | remote/modules/policykit/policykit.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/remote/modules/policykit/policykit.build b/remote/modules/policykit/policykit.build index 591c180f..52be1221 100644 --- a/remote/modules/policykit/policykit.build +++ b/remote/modules/policykit/policykit.build @@ -14,6 +14,7 @@ build () { } post_copy() { + COPYLIST="$MODULE_DIR/list_dpkg_output" local POLPATH="$(grep '/polkitd$' "$COPYLIST" | head -1 | sed -e 's/[\/&]/\\&/g')" [ -n "$POLPATH" ] && sed -i "s/%%POLKITD%%/${POLPATH}/g" "$TARGET_BUILD_DIR/etc/systemd/system/polkitd.service" #Add Polkit User/Group/Shadow to Stage3.2 |
