[arrayfire] 03/04: d/rules: use relative paths for AF_INSTALL* flags.

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Thu Aug 4 08:15:40 UTC 2016


This is an automated email from the git hooks/post-receive script.

ghisvail-guest pushed a commit to branch debian/master
in repository arrayfire.

commit 1932f00e50ac4c1e844f2b7d9161de59bfd188a6
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date:   Wed Aug 3 12:36:45 2016 +0100

    d/rules: use relative paths for AF_INSTALL* flags.
---
 debian/rules | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/debian/rules b/debian/rules
index beb6ea5..d1974a6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -21,10 +21,10 @@ endif
 
 # CMake options common to -arch and -indep builds.
 BUILD_OPTIONS = \
-	-DAF_INSTALL_CMAKE_DIR=/usr/lib/$(DEB_HOST_MULTIARCH)/cmake/ArrayFire \
-	-DAF_INSTALL_DOC_DIR=/usr/share/doc/libarrayfire-doc \
-	-DAF_INSTALL_EXAMPLE_DIR=/usr/share/doc/libarrayfire-doc/examples \
-	-DAF_INSTALL_LIB_DIR=/usr/lib/$(DEB_HOST_MULTIARCH) \
+	-DAF_INSTALL_CMAKE_DIR=lib/$(DEB_HOST_MULTIARCH)/cmake/ArrayFire \
+	-DAF_INSTALL_DOC_DIR=share/doc/libarrayfire-doc \
+	-DAF_INSTALL_EXAMPLE_DIR=share/doc/libarrayfire-doc/examples \
+	-DAF_INSTALL_LIB_DIR=lib/$(DEB_HOST_MULTIARCH) \
 	-DBUILD_CPU=ON \
 	-DBUILD_CPU_ASYNC=OFF \
 	-DBUILD_CUDA=OFF \

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/arrayfire.git



More information about the debian-science-commits mailing list