wok-6.x diff sbackup/receipt @ rev 18886
firmware*: add descriptions, add firmware-iwlwifi-{100,105,135,2030,3160,7260,7265}
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Fri Feb 12 15:45:46 2016 +0200 (2016-02-12) |
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 Feb 12 15:45:46 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 }