From 6610532170dbbf1b313561d9165976be9901bb12 Mon Sep 17 00:00:00 2001 From: Daniel Black Date: Sat, 7 Mar 2020 14:46:40 +0200 Subject: Update install layout to account for multi-arch setup MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cleanup install_layout to account for multi-arch setup and remove redundant defines in debian rules. Signed-off-by: Vicențiu Ciorbaru --- debian/rules | 3 --- 1 file changed, 3 deletions(-) (limited to 'debian') diff --git a/debian/rules b/debian/rules index 3b1952ad2b9..647c73e43e0 100755 --- a/debian/rules +++ b/debian/rules @@ -86,9 +86,6 @@ endif $${MYSQL_COMPILER_LAUNCHER:+-DCMAKE_C_COMPILER_LAUNCHER=${MYSQL_COMPILER_LAUNCHER}} \ -DCMAKE_SYSTEM_PROCESSOR=$(DEB_BUILD_ARCH) \ -DBUILD_CONFIG=mysql_release \ - -DINSTALL_LIBDIR=lib/$(DEB_HOST_MULTIARCH) \ - -DINSTALL_PLUGINDIR=lib/mysql/plugin \ - -DINSTALL_MYSQLTESTDIR=share/mysql/mysql-test \ -DDEB=$(DISTRIBUTION) ..' touch $@ -- cgit v1.2.1