Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
linphone-cmake-builder
Commits
634b064d
Commit
634b064d
authored
Feb 04, 2015
by
Guillaume BIENKOWSKI
Browse files
Fix odb install step
parent
689729d7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
builders/odb/install.sh.cmake
builders/odb/install.sh.cmake
+3
-3
No files found.
builders/odb/install.sh.cmake
View file @
634b064d
...
...
@@ -25,8 +25,8 @@ export RPM_TOPDIR="@LINPHONE_BUILDER_WORK_DIR@/rpmbuild"
if [
"@PLATFORM@"
=
"Debian"
]; then
DEBS_TOPDIR=
"$RPM_TOPDIR/DEBS"
mkdir -p
"$DEBS_TOPDIR"
&& cd
"$DEBS_TOPDIR"
find
"$RPM_TOPDIR/RPMS"
-iname
"odb
_
*.rpm"
-exec fakeroot alien -d {} +
find
"$DEBS_TOPDIR"
-iname
"odb
_
*.deb"
-exec sudo dpkg -i {} +
find
"$RPM_TOPDIR/RPMS"
-iname
"odb
-
*.rpm"
-exec fakeroot alien -d {} +
find
"$DEBS_TOPDIR"
-iname
"odb
-
*.deb"
-exec sudo dpkg -i {} +
else
find
"$RPM_TOPDIR/RPMS"
-iname
"odb
_
*.rpm"
-exec sudo rpm -ivh --force {} +
find
"$RPM_TOPDIR/RPMS"
-iname
"odb
-
*.rpm"
-exec sudo rpm -ivh --force {} +
fi
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