Test for architecture in Makefile.

This commit is contained in:
Kolan Sh 2012-05-08 17:07:41 +04:00
parent 812288e0b8
commit bdc0353397
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ install:
install bin/* ${DESTDIR}/${PREFIX}/bin
install -d ${DESTDIR}/${PREFIX}/sbin
install sbin/* ${DESTDIR}/${PREFIX}/sbin
-if test x86_64 == `uname -m` ; then \
-if test x86_64 = `uname -m` ; then \
install -d ${DESTDIR}/${PREFIX}/lib64; \
install lib64/*.so ${DESTDIR}/${PREFIX}/lib64; \
install -d ${DESTDIR}/${PREFIX}/lib64/snail; \