Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/SoftEtherVPN/SoftEtherVPN_Stable.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaiyuu Nobori <daiyuu.git@softether.co.jp>2016-11-27 11:58:54 +0300
committerDaiyuu Nobori <daiyuu.git@softether.co.jp>2016-11-27 11:58:54 +0300
commit9d09fb05663412c17415186a5213009839c06c86 (patch)
tree184890164817c47ce2d55f77e20a2c13accabb9d
parentb818cd53c9c5c7084793b3f7f3d98682be4c0edb (diff)
parent219c3d3cf2b6cf8297a4159234009a1b3f56ded4 (diff)
fix conflict
-rwxr-xr-xdebian/rules10
1 files changed, 5 insertions, 5 deletions
diff --git a/debian/rules b/debian/rules
index 19c98f18..9d0292ac 100755
--- a/debian/rules
+++ b/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