Navigation Menu

Skip to content

Commit

Permalink
apt: fix install plugin path for stretch
Browse files Browse the repository at this point in the history
  • Loading branch information
kenhys committed Jun 28, 2017
1 parent fc125ba commit f298965
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions packages/apt/Makefile.am
Expand Up @@ -67,6 +67,13 @@ build-package-deb: source env.sh
fi; \
mv $${f} $$RENAMED; \
done; \
if [ $${architecture} = "amd64" ]; then \
sed -i'' 's,lib/mysql/,lib/x86_64-linux-gnu/mariadb18/,' \
tmp/debian/mariadb-server-10.1-mroonga.install; \
elif [ $${architecture} = "i386" ]; then \
sed -i'' 's,lib/mysql/,lib/i386-linux-gnu/mariadb18/,' \
tmp/debian/mariadb-server-10.1-mroonga.install; \
fi; \
else \
cp -rp $(srcdir)/../debian-$${variant} tmp/debian; \
fi; \
Expand Down

0 comments on commit f298965

Please sign in to comment.