Skip to content
Snippets Groups Projects
Commit 2ba7d3c2 authored by George Joseph's avatar George Joseph Committed by Gerrit Code Review
Browse files

Merge "CI: Add install-headers to the install make targets"

parents 960e6dd0 8b88994b
No related branches found
No related tags found
No related merge requests found
...@@ -16,7 +16,7 @@ destdir=${DESTDIR:+DESTDIR=$DESTDIR} ...@@ -16,7 +16,7 @@ destdir=${DESTDIR:+DESTDIR=$DESTDIR}
[ $UNINSTALL_ALL -gt 0 ] && ${MAKE} ${destdir} uninstall-all [ $UNINSTALL_ALL -gt 0 ] && ${MAKE} ${destdir} uninstall-all
${MAKE} ${destdir} install || ${MAKE} ${destdir} NOISY_BUILD=yes install || exit 1 ${MAKE} ${destdir} install || ${MAKE} ${destdir} NOISY_BUILD=yes install || exit 1
${MAKE} ${destdir} samples ${MAKE} ${destdir} samples install-headers
if [ x"$DESTDIR" != x ] ; then if [ x"$DESTDIR" != x ] ; then
sed -i -r -e "s@\[directories\]\(!\)@[directories]@g" $DESTDIR/etc/asterisk/asterisk.conf sed -i -r -e "s@\[directories\]\(!\)@[directories]@g" $DESTDIR/etc/asterisk/asterisk.conf
sed -i -r -e "s@ /(var|etc|usr)/@ $DESTDIR/\1/@g" $DESTDIR/etc/asterisk/asterisk.conf sed -i -r -e "s@ /(var|etc|usr)/@ $DESTDIR/\1/@g" $DESTDIR/etc/asterisk/asterisk.conf
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment