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
c1d61343
Commit
c1d61343
authored
Nov 06, 2014
by
Guillaume BIENKOWSKI
Browse files
Fix bash scripts
parent
f18fa96d
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
4 deletions
+2
-4
cmake/build.rpm.sh.cmake
cmake/build.rpm.sh.cmake
+1
-1
cmake/configure.rpm.sh.cmake
cmake/configure.rpm.sh.cmake
+0
-2
cmake/install.rpm.sh.cmake
cmake/install.rpm.sh.cmake
+1
-1
No files found.
cmake/build.rpm.sh.cmake
View file @
c1d61343
...
...
@@ -23,7 +23,7 @@ export PKG_CONFIG_LIBDIR="@LINPHONE_BUILDER_PKG_CONFIG_LIBDIR@"
export RPM_TOPDIR=
"@LINPHONE_BUILDER_WORK_DIR@/rpmbuild"
VERBOSE=
""
if
[
[
@AUTOTOOLS_VERBOSE_MAKEFILE@
]
]
; then
if [ @AUTOTOOLS_VERBOSE_MAKEFILE@
-eq 1
]; then
VERBOSE=
"--verbose"
fi
...
...
cmake/configure.rpm.sh.cmake
View file @
c1d61343
...
...
@@ -37,6 +37,4 @@ then
make dist V=@AUTOTOOLS_VERBOSE_MAKEFILE@ @ep_redirect_to_file@
cp *.tar.gz
"$RPM_TOPDIR/SOURCES"
@LINPHONE_BUILDER_CONFIGURE_EXTRA_CMD@
# touch @ep_config_h_file@
fi
cmake/install.rpm.sh.cmake
View file @
c1d61343
...
...
@@ -22,7 +22,7 @@ export PKG_CONFIG_LIBDIR="@LINPHONE_BUILDER_PKG_CONFIG_LIBDIR@"
export RPM_TOPDIR=
"@LINPHONE_BUILDER_WORK_DIR@/rpmbuild"
if
[
[
"@PLATFORM@"
-eq
"Debian"
]
]
; then
if [
"@PLATFORM@"
=
"Debian"
]; then
DEBS_TOPDIR=
"$RPM_TOPDIR/DEBS"
mkdir -p
"$DEBS_TOPDIR"
&& cd
"$DEBS_TOPDIR"
find
"$RPM_TOPDIR/RPMS"
-iname
"*@LINPHONE_BUILDER_RPMBUILD_NAME@*.rpm"
-exec fakeroot alien -d {} +
...
...
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