From db10525c34171101cdc3d94215e3526b83eb28a2 Mon Sep 17 00:00:00 2001 From: giresun28 Date: Mon, 17 Oct 2016 01:54:40 +0300 Subject: [PATCH] =?UTF-8?q?sddm.g=C3=BCncellendi?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- talimatname/genel/sddm/talimat | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/talimatname/genel/sddm/talimat b/talimatname/genel/sddm/talimat index 69ecdabd5..28dc6fa38 100644 --- a/talimatname/genel/sddm/talimat +++ b/talimatname/genel/sddm/talimat @@ -12,9 +12,8 @@ source=( https://github.com/sddm/sddm/releases/download/v$version/${name}-$versi 10-backlight.rules) build() { -source /etc/blfs-bootscripts -wget http://anduin.linuxfromscratch.org/BLFS/blfs-bootscripts/$scripts-$scriptsversion.tar.bz2 -tar xvf $scripts-$scriptsversion.tar.bz2 +wget http://anduin.linuxfromscratch.org/BLFS/blfs-bootscripts/blfs-bootscripts-20160902.tar.xz +tar xvf blfs-bootscripts-20160902.tar.xz cd ${name}-$version mkdir build @@ -99,6 +98,6 @@ session required pam_unix.so # End /etc/pam.d/sddm-greeter EOF # service -cd $SRC/$scripts-$scriptsversion +cd $SRC/blfs-bootscripts-20160902 make DESTDIR=$PKG install-sddm }