wok-6.x diff lxqt-common/receipt @ rev 21342
cherokee fix build
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Apr 20 15:26:18 2019 +0200 (2019-04-20) |
parents | 9e01bc6321ea |
children | b569b85b0fb9 |
line diff
1.1 --- a/lxqt-common/receipt Sun Dec 20 15:13:45 2015 +0100 1.2 +++ b/lxqt-common/receipt Sat Apr 20 15:26:18 2019 +0200 1.3 @@ -42,6 +42,7 @@ 1.4 res=$(cat "$1/etc/slim.conf" | grep ^session | sed s/"sessions. *"//) 1.5 # Adding WM to SLIM available sessions. 1.6 if ! echo "$res" | grep -q $PACKAGE; then 1.7 + echo 1.8 echo -n "Adding lxqt to /etc/slim.conf..." 1.9 sed -i "s/^sessions.*/sessions ${res},lxqt/" "$1/etc/slim.conf" 1.10 status