Merge pull request #81 from giresun28/master

sddm.güncellendi
This commit is contained in:
Giresun 2016-10-16 22:55:20 +03:00 committed by GitHub
commit d83a341a25
1 changed files with 3 additions and 4 deletions

View File

@ -12,9 +12,8 @@ source=( https://github.com/sddm/sddm/releases/download/v$version/${name}-$versi
10-backlight.rules) 10-backlight.rules)
build() { build() {
source /etc/blfs-bootscripts wget http://anduin.linuxfromscratch.org/BLFS/blfs-bootscripts/blfs-bootscripts-20160902.tar.xz
wget http://anduin.linuxfromscratch.org/BLFS/blfs-bootscripts/$scripts-$scriptsversion.tar.bz2 tar xvf blfs-bootscripts-20160902.tar.xz
tar xvf $scripts-$scriptsversion.tar.bz2
cd ${name}-$version cd ${name}-$version
mkdir build mkdir build
@ -99,6 +98,6 @@ session required pam_unix.so
# End /etc/pam.d/sddm-greeter # End /etc/pam.d/sddm-greeter
EOF EOF
# service # service
cd $SRC/$scripts-$scriptsversion cd $SRC/blfs-bootscripts-20160902
make DESTDIR=$PKG install-sddm make DESTDIR=$PKG install-sddm
} }