Test for architecture in Makefile.
This commit is contained in:
parent
812288e0b8
commit
bdc0353397
2
Makefile
2
Makefile
|
@ -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; \
|
||||
|
|
Loading…
Reference in New Issue