wok diff xorg-xset/receipt @ rev 21494

updated mtd-utils (1.5.0 -> 2.1.0)
author Hans-G?nter Theisgen
date Thu May 02 12:47:36 2019 +0100 (2019-05-02)
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	Thu May 02 12:47:36 2019 +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  }