~ubuntu-branches/debian/sid/coturn/sid

« back to all changes in this revision

Viewing changes to rpm/CentOS6.pre.build.sh

  • Committer: Package Import Robot
  • Author(s): Oleg Moskalenko
  • Date: 2015-06-06 01:07:27 UTC
  • mto: This revision was merged to the branch mainline in revision 25.
  • Revision ID: package-import@ubuntu.com-20150606010727-pp8yifvlwn9mm8ka
Tags: upstream-4.4.5.2
ImportĀ upstreamĀ versionĀ 4.4.5.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
 
9
9
cd ${CPWD}
10
10
 
11
 
EPELRPM=epel-release-6-8.noarch.rpm
12
11
LIBEVENT_MAJOR_VERSION=2
13
12
LIBEVENT_VERSION=${LIBEVENT_MAJOR_VERSION}.0.21
14
13
LIBEVENT_DISTRO=libevent-${LIBEVENT_VERSION}-stable.tar.gz
78
77
# EPEL (for hiredis)
79
78
 
80
79
cd ${CPWD}
81
 
./epel.install.sh
 
80
./epel6.install.sh
82
81
 
83
82
# Platform file
84
83
 
85
84
echo "CentOS6.6" > ${BUILDDIR}/platform
86
85
 
87
 
cp ${CPWD}/epel.install.sh ${BUILDDIR}/install.sh
 
86
cp ${CPWD}/epel6.install.sh ${BUILDDIR}/install.sh
88
87
 
89
88
cd ${CPWD}