Browse Source

Merge branch 'yodresh-master'

Daiyuu Nobori 9 years ago
parent
commit
bf4d021112
1 changed files with 5 additions and 5 deletions
  1. 5 5
      debian/rules

+ 5 - 5
debian/rules

@@ -18,9 +18,9 @@ override_dh_auto_install:
 	make install
 
 configure_config:
-	if [ $(shell uname -m) = 'x86_64' ]; then echo "1\n2\n" | ./configure; fi
-	if [ $(shell uname -m) = 'i686' ]; then echo "1\n1\n" | ./configure; fi
-	if [ $(shell uname -m) = 'armv6l' ]; then echo "1\n1\n" | ./configure; fi
-	if [ $(shell uname -m) = 'armv7l' ]; then echo "1\n1\n" | ./configure; fi
-	if [ $(shell uname -m) = 'armv5tel' ]; then echo "1\n1\n" | ./configure; fi
+	if [ $(shell uname -m) = 'x86_64' ]; then echo -e "1\n2\n" | ./configure; fi
+	if [ $(shell uname -m) = 'i686' ]; then echo -e "1\n1\n" | ./configure; fi
+	if [ $(shell uname -m) = 'armv6l' ]; then echo -e "1\n1\n" | ./configure; fi
+	if [ $(shell uname -m) = 'armv7l' ]; then echo -e "1\n1\n" | ./configure; fi
+	if [ $(shell uname -m) = 'armv5tel' ]; then echo -e "1\n1\n" | ./configure; fi