wok diff xorg-xset/receipt @ rev 19734
libdb: typo
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Feb 17 14:52:48 2017 +0100 (2017-02-17) |
parents | eb8067417980 |
children | 66183b1cac5d |
line diff
1.1 --- a/xorg-xset/receipt Sat Nov 30 10:06:29 2013 +0000 1.2 +++ b/xorg-xset/receipt Fri Feb 17 14:52:48 2017 +0100 1.3 @@ -13,6 +13,7 @@ 1.4 1.5 DEPENDS="xorg-libXmu" 1.6 BUILD_DEPENDS="xorg-libXmu-dev" 1.7 +SUGGESTED="yad" 1.8 1.9 # Rules to configure and make the package. 1.10 compile_rules() 1.11 @@ -28,4 +29,6 @@ 1.12 { 1.13 mkdir -p $fs/usr 1.14 cp -a $install/usr/bin $fs/usr 1.15 + cp -a $stuff/xset-screensaver.sh $fs/usr/bin 1.16 + chmod 755 $fs/usr/bin/xset-screensaver.sh 1.17 }