[opencv] 10/26: Set correct BUILDDIR_ARCH in rules
Leopold Palomo-Avellaneda
leo at alaxarxa.net
Thu Sep 7 12:48:14 UTC 2017
This is an automated email from the git hooks/post-receive script.
lepalom-guest pushed a commit to branch debian-robotics
in repository opencv.
commit a93084b99c64b4efbfb460a370e8fd9d981a1ce0
Author: Leopold Palomo-Avellaneda <leo at alaxarxa.net>
Date: Tue Oct 25 12:44:55 2016 +0200
Set correct BUILDDIR_ARCH in rules
---
debian/rules | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index de95ba7..f9e9656 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,7 +7,7 @@ DEB_HOST_ARCH_OS ?= $(shell dpkg-architecture -qDEB_HOST_ARCH_OS)
# for i386 arch
ifeq ($(DEB_HOST_ARCH),i386)
-BUILDDIR_ARCH = i686-linux-gnu
+BUILDDIR_ARCH = i586-linux-gnu
else
BUILDDIR_ARCH = $(DEB_HOST_MULTIARCH)
endif
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/opencv.git
More information about the debian-science-commits
mailing list