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
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
nexedi
MariaDB
Commits
5de274c4
Commit
5de274c4
authored
Feb 19, 2014
by
Nirbhay Choubey
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed install_macros.cmake to set the correct
destination for documentation.
parent
e6a7a380
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
4 deletions
+2
-4
cmake/install_macros.cmake
cmake/install_macros.cmake
+2
-3
debian/dist/Ubuntu/rules
debian/dist/Ubuntu/rules
+0
-1
No files found.
cmake/install_macros.cmake
View file @
5de274c4
...
@@ -53,7 +53,6 @@ FUNCTION (INSTALL_DEBUG_SYMBOLS)
...
@@ -53,7 +53,6 @@ FUNCTION (INSTALL_DEBUG_SYMBOLS)
MESSAGE
(
FATAL_ERROR
"No INSTALL_LOCATION passed to INSTALL_DEBUG_SYMBOLS"
)
MESSAGE
(
FATAL_ERROR
"No INSTALL_LOCATION passed to INSTALL_DEBUG_SYMBOLS"
)
ENDIF
()
ENDIF
()
SET
(
targets
${
ARG_DEFAULT_ARGS
}
)
SET
(
targets
${
ARG_DEFAULT_ARGS
}
)
FOREACH
(
target
${
targets
}
)
FOREACH
(
target
${
targets
}
)
GET_TARGET_PROPERTY
(
type
${
target
}
TYPE
)
GET_TARGET_PROPERTY
(
type
${
target
}
TYPE
)
GET_TARGET_PROPERTY
(
location
${
target
}
LOCATION
)
GET_TARGET_PROPERTY
(
location
${
target
}
LOCATION
)
...
@@ -174,9 +173,9 @@ FUNCTION(INSTALL_DOCUMENTATION)
...
@@ -174,9 +173,9 @@ FUNCTION(INSTALL_DOCUMENTATION)
ENDIF
()
ENDIF
()
IF
(
RPM
)
IF
(
RPM
)
SET
(
destination
"
${
destination
}
/MariaDB-
${
group
}
-
${
VERSION
}
"
)
SET
(
destination
"
${
destination
}
/MariaDB-
Galera-
${
group
}
-
${
VERSION
}
"
)
ELSEIF
(
DEB
)
ELSEIF
(
DEB
)
SET
(
destination
"
${
destination
}
/mariadb-
${
group
}
-
${
MAJOR_VERSION
}
.
${
MINOR_VERSION
}
"
)
SET
(
destination
"
${
destination
}
/mariadb-
galera-
${
group
}
-
${
MAJOR_VERSION
}
.
${
MINOR_VERSION
}
"
)
ENDIF
()
ENDIF
()
INSTALL
(
FILES
${
files
}
DESTINATION
${
destination
}
COMPONENT
${
ARG_COMPONENT
}
)
INSTALL
(
FILES
${
files
}
DESTINATION
${
destination
}
COMPONENT
${
ARG_COMPONENT
}
)
...
...
debian/dist/Ubuntu/rules
View file @
5de274c4
...
@@ -181,7 +181,6 @@ install: build
...
@@ -181,7 +181,6 @@ install: build
install -m 0755 debian/additions/echo_stderr $(TMP)/usr/share/mysql/
install -m 0755 debian/additions/echo_stderr $(TMP)/usr/share/mysql/
install -m 0755 debian/additions/debian-start $(TMP)/etc/mysql/
install -m 0755 debian/additions/debian-start $(TMP)/etc/mysql/
install -m 0755 debian/additions/debian-start.inc.sh $(TMP)/usr/share/mysql/
install -m 0755 debian/additions/debian-start.inc.sh $(TMP)/usr/share/mysql/
install -m 0644 Docs/README-wsrep $(TMP)/usr/share/doc/mariadb-galera-server-10.0/README-wsrep
install -m 0644 $(builddir)/Docs/INFO_SRC $(TMP)/usr/share/doc/mariadb-galera-server-10.0/INFO_SRC
install -m 0644 $(builddir)/Docs/INFO_SRC $(TMP)/usr/share/doc/mariadb-galera-server-10.0/INFO_SRC
install -m 0644 $(builddir)/Docs/INFO_BIN $(TMP)/usr/share/doc/mariadb-galera-server-10.0/INFO_BIN
install -m 0644 $(builddir)/Docs/INFO_BIN $(TMP)/usr/share/doc/mariadb-galera-server-10.0/INFO_BIN
...
...
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