Reduce delay to 2 seconds.
authorFlorian Boor <florian.boor@kernelconcepts.de>
Thu, 25 Aug 2005 16:01:03 +0000 (16:01 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Thu, 25 Aug 2005 16:01:03 +0000 (16:01 +0000)
packages/scap/files/scap.sh
packages/scap/scap_0.1.bb

index f8e0485..ba8bc7e 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-sleep 5
+sleep 2
 if [ -x /usr/bin/bl ]; then
        bl toggle
 fi
index 30cf1b3..1b12355 100644 (file)
@@ -1,5 +1,5 @@
 LICENSE = "OSL"
-PR = "r2"
+PR = "r3"
 
 DESCRIPTION = "handhelds.org screen capture utility"
 SRC_URI = "file://scap.sh file://scap.desktop file://scap.png"