[packages/assimp] fix install on lib64 systems
glen
glen at pld-linux.org
Sun Oct 18 01:05:19 CEST 2015
commit e387bbb7196adcbb691af64fc65f5f820c8605fe
Author: Elan Ruusamäe <glen at delfi.ee>
Date: Sun Oct 18 02:05:14 2015 +0300
fix install on lib64 systems
assimp.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/assimp.spec b/assimp.spec
index c5be3e2..d57370a 100644
--- a/assimp.spec
+++ b/assimp.spec
@@ -38,7 +38,7 @@ assimplibrary.
install -d build
cd build
%cmake \
- CMAKE_HOME_DIR=/usr \
+ -DASSIMP_LIB_INSTALL_DIR=%{_libdir} \
..
%{__make}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/assimp.git/commitdiff/e387bbb7196adcbb691af64fc65f5f820c8605fe
More information about the pld-cvs-commit
mailing list