Don't install dependencies to /usr.
This commit is contained in:
parent
a6420e5d47
commit
eb7a8c38c3
@ -16,7 +16,7 @@ install:
|
|||||||
- pushd libsodium
|
- pushd libsodium
|
||||||
- git checkout tags/${_libsodium_version}
|
- git checkout tags/${_libsodium_version}
|
||||||
- ./autogen.sh
|
- ./autogen.sh
|
||||||
- ./configure --prefix=/usr
|
- ./configure
|
||||||
- make -j3
|
- make -j3
|
||||||
- sudo make install
|
- sudo make install
|
||||||
- popd
|
- popd
|
||||||
@ -25,7 +25,7 @@ install:
|
|||||||
- git clone git://github.com/irungentoo/toxcore
|
- git clone git://github.com/irungentoo/toxcore
|
||||||
- pushd toxcore
|
- pushd toxcore
|
||||||
- autoreconf -i
|
- autoreconf -i
|
||||||
- ./configure --prefix=/usr --disable-testing --disable-ntox
|
- ./configure --disable-testing --disable-ntox
|
||||||
- make -j3
|
- make -j3
|
||||||
- sudo make install
|
- sudo make install
|
||||||
- popd
|
- popd
|
||||||
@ -35,7 +35,7 @@ install:
|
|||||||
- pushd weechat
|
- pushd weechat
|
||||||
- git checkout tags/${_weechat_version}
|
- git checkout tags/${_weechat_version}
|
||||||
- mkdir build && cd build
|
- mkdir build && cd build
|
||||||
- cmake .. -DPREFIX=/usr
|
- cmake ..
|
||||||
- make -j3
|
- make -j3
|
||||||
- sudo make install
|
- sudo make install
|
||||||
- popd
|
- popd
|
||||||
|
Loading…
Reference in New Issue
Block a user