wok-next rev 20597

lostirc: typo, `install -D` is enough.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Apr 16 22:03:47 2018 +0300 (2018-04-16)
parents c89add338e6b
children 6e46ae5ac721
files lostirc/receipt
line diff
     1.1 --- a/lostirc/receipt	Mon Apr 16 12:37:27 2018 +0200
     1.2 +++ b/lostirc/receipt	Mon Apr 16 22:03:47 2018 +0300
     1.3 @@ -21,8 +21,6 @@
     1.4  	make &&
     1.5  	make DESTDIR=$DESTDIR install || return 1
     1.6  
     1.7 -	mkdir -p $install/etc
     1.8 -	cp -r $stuff/skel $install/etc
     1.9  	install -Dm644 $stuff/skel/.lostirc/perform.conf \
    1.10  		$install/etc/skel/.lostirc/perform.conf
    1.11  }