Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mariadb
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
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
ddbcb7b5
Commit
ddbcb7b5
authored
Nov 25, 2010
by
Jonathan Perkin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix the .deb package prefix.
parent
f2d0f9c5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
cmake/install_layout.cmake
cmake/install_layout.cmake
+2
-2
No files found.
cmake/install_layout.cmake
View file @
ddbcb7b5
...
...
@@ -26,7 +26,7 @@
# Build as per default RPM layout, with prefix=/usr
#
# DEB
# Build as per STANDALONE, prefix=/opt/mysql-$major.$minor
# Build as per STANDALONE, prefix=/opt/mysql
/server
-$major.$minor
#
# SVR4
# Solaris package layout suitable for pkg* tools, prefix=/opt/mysql/mysql
...
...
@@ -74,7 +74,7 @@ IF(UNIX)
IF
(
INSTALL_LAYOUT MATCHES
"RPM"
)
SET
(
default_prefix
"/usr"
)
ELSEIF
(
INSTALL_LAYOUT MATCHES
"DEB"
)
SET
(
default_prefix
"/opt/
${
MYSQL_BASE_VERSION
}
"
)
SET
(
default_prefix
"/opt/
mysql/server-
${
MYSQL_BASE_VERSION
}
"
)
# This is required to avoid "cpack -GDEB" default of prefix=/usr
SET
(
CPACK_SET_DESTDIR ON
)
ELSEIF
(
INSTALL_LAYOUT MATCHES
"SVR4"
)
...
...
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