New version

Resolves: rhbz#1457860
This commit is contained in:
Jaroslav Škarvada 2017-06-01 17:34:37 +02:00
commit c2105f5fb6
9 changed files with 58 additions and 8 deletions

13
patch.patch Normal file
View file

@ -0,0 +1,13 @@
diff --git a/configure b/configure
index 923f672..f168280 100755
--- a/configure
+++ b/configure
@@ -5,6 +5,8 @@ if [ "$answer" = "Y" -o "$answer" = "y" -o "$answer" = "" ]
then NON_INTERACTIVE=0;
else NON_INTERACTIVE=1;
fi
+echo ".$answer."
+echo ".$NON_INTERACTIVE."
_sleep()
{