[arch-commits] Commit in sddm/trunk (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Sat Dec 23 09:09:25 UTC 2017
Date: Saturday, December 23, 2017 @ 09:09:24
Author: arojas
Revision: 313559
Set a DefaultPath (FS#56829 FS#56826)
Modified:
sddm/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-12-23 02:47:16 UTC (rev 313558)
+++ PKGBUILD 2017-12-23 09:09:24 UTC (rev 313559)
@@ -5,7 +5,7 @@
pkgname=sddm
pkgver=0.17.0
-pkgrel=3
+pkgrel=4
pkgdesc='QML based X11 and Wayland display manager'
arch=('x86_64')
url='http://github.com/sddm/sddm'
@@ -48,5 +48,5 @@
mv "$pkgdir"/{etc/sddm.conf,usr/lib/sddm/sddm.conf.d}
# Don't set PATH in sddm.conf
- sed -r 's|DefaultPath=.*|DefaultPath=|g' -i "$pkgdir"/usr/lib/sddm/sddm.conf.d/sddm.conf
+ sed -r 's|DefaultPath=.*|DefaultPath=/usr/local/sbin:/usr/local/bin:/usr/bin|g' -i "$pkgdir"/usr/lib/sddm/sddm.conf.d/sddm.conf
}
More information about the arch-commits
mailing list