Commit e28878c0 authored by Florent Revest's avatar Florent Revest

timed: fixes installation of a missing directory

parent f1943f68
......@@ -23,6 +23,7 @@ do_configure_prepend() {
do_install_append() {
install -d ${D}/usr/lib/systemd/user/default.target.wants/
ln -s ../timed-qt5.service ${D}/usr/lib/systemd/user/default.target.wants/timed-qt5.service
install -d ${D}/var/lib/timed/
ln -s /usr/share/zoneinfo/Etc/GMT ${D}/var/lib/timed/localtime
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment