Commit 3d16e0e1 authored by Daniel Black's avatar Daniel Black

deb: columnstore not 32bit (fix)

Fix for previous commit, shell logic for repeat configure
stages corrected to use subshell.
parent 0268b871
......@@ -76,8 +76,7 @@ ifneq (32,$(DEB_HOST_ARCH_BITS))
cp -v storage/columnstore/columnstore/debian/mariadb-plugin-columnstore.* debian/
# Don't include twice
grep -q '^Package: mariadb-plugin-columnstore$$' debian/control || \
echo >> debian/control && \
cat storage/columnstore/columnstore/debian/control >> debian/control
( echo && cat storage/columnstore/columnstore/debian/control ) >> debian/control
endif
echo "server:Version=$(DEB_VERSION)" >> debian/substvars
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment