fix: put dconf-update-service in /usr/lib/ (#39)
This commit is contained in:
parent
5d03e9ff2d
commit
ffb1a5b6be
2 changed files with 1 additions and 1 deletions
|
|
@ -3,5 +3,5 @@
|
|||
# Tell build process to exit if there are any errors.
|
||||
set -oue pipefail
|
||||
|
||||
cp -r "$BLING_DIRECTORY/files/usr/etc/systemd/system/dconf-update.service" "/usr/etc/systemd/system/dconf-update.service"
|
||||
cp -r "$BLING_DIRECTORY/files/usr/lib/systemd/system/dconf-update.service" "/usr/lib/systemd/system/dconf-update.service"
|
||||
systemctl enable dconf-update.service
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue