wok diff sbackup/receipt @ rev 20011
Add: description.txt and links revision.
author | Leonardo Laporte <hackdorte@yandex.com> |
---|---|
date | Thu Aug 03 07:12:33 2017 -0300 (2017-08-03) |
parents | 4ea96657834e |
children | 86790a278e70 |
line diff
1.1 --- a/sbackup/receipt Sun Jul 26 17:30:32 2015 +0200 1.2 +++ b/sbackup/receipt Thu Aug 03 07:12:33 2017 -0300 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 }