Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
moodle_rebase10.1.2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Dmitry Blinov
moodle_rebase10.1.2
Commits
e9a9f285
Commit
e9a9f285
authored
May 01, 2020
by
Jérome Perrin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
component/mariadb: simplify mroonga installation
- move or link instead of copying - don't set too open permissions
parent
a776b236
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
component/mariadb/buildout.cfg
component/mariadb/buildout.cfg
+3
-3
No files found.
component/mariadb/buildout.cfg
View file @
e9a9f285
...
...
@@ -100,8 +100,8 @@ pre-configure =
cd fake_mariadb_source
ln -s ${mariadb:location}/wsrep-lib
cp -a ${mariadb:location}/include/mysql/server include
c
p -a include/private sq
l
chmod -R a+w include sql # so that buildout can delete this compile-dir after instal
l
c
hmod -R u+w include # so that buildout can delete this compile-dir after instal
l
mv include/private sq
l
mkdir -p ${:plugin-dir}
configure-options =
--with-mysql-source=fake_mariadb_source
...
...
@@ -109,7 +109,7 @@ configure-options =
--disable-static
--disable-document
post-install =
cp -r
a
${mariadb:location}/lib/plugin/* ${:plugin-dir}
cp -r
s
${mariadb:location}/lib/plugin/* ${:plugin-dir}
plugin-dir = @@LOCATION@@/lib/plugin
install-sql = @@LOCATION@@/share/mroonga/install.sql
make-targets = plugindir=${:plugin-dir} install
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment