1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2025-07-06 07:44:57 +03:00

fix conflict

This commit is contained in:
Daiyuu Nobori
2016-11-27 17:57:00 +09:00
2 changed files with 3 additions and 2 deletions

1
debian/rules vendored
View File

@ -22,4 +22,5 @@ configure_config:
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