wok-current diff sbackup/receipt @ rev 19444
Up libssh2 (1.7.0) CVE-2016-0787
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Oct 14 18:55:24 2016 +0200 (2016-10-14) |
parents | 4ea96657834e |
children | 86790a278e70 |
line diff
1.1 --- a/sbackup/receipt Sun Jul 26 17:30:32 2015 +0200 1.2 +++ b/sbackup/receipt Fri Oct 14 18:55:24 2016 +0200 1.3 @@ -18,6 +18,9 @@ 1.4 # Rules to configure and make the package. 1.5 compile_rules() 1.6 { 1.7 + mkdir -p $DESTDIR/usr/share/sbackup 1.8 + cp scripts/* $DESTDIR/usr/share/sbackup/ 1.9 + sed -i 's|dbus force-reload|echo &|;s|gconf-schemas|echo &|' Makefile 1.10 make && make DESTDIR=$DESTDIR/usr install 1.11 # sudo sbackupconfig 1.12 }