File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33* .deb
44* .dsc
55* .tar.gz
6- a53
6+ liba53
77CommonLibs
88NodeManager
99openbts
Original file line number Diff line number Diff line change @@ -91,11 +91,12 @@ sayAndDo sudo dpkg -i $BUILDNAME/range-libsqliteodbc_*.deb
9191echo " # - done"
9292echo
9393
94- echo " # a53 - building and installing as dependency"
95- sayAndDo cd a53
96- sayAndDo make
97- sayAndDo sudo make install
94+ echo " # liba53 - building Debian and installing as dependency"
95+ sayAndDo cd liba53
96+ sayAndDo dpkg-buildpackage
9897sayAndDo cd ..
98+ sayAndDo mv liba53_* $BUILDNAME
99+ sayAndDo sudo dpkg -i $BUILDNAME /liba53_* .deb
99100echo " # - done"
100101echo
101102
Original file line number Diff line number Diff line change @@ -26,12 +26,13 @@ sayAndDo () {
2626}
2727
2828REPOS="\
29- a53 \
3029 asterisk \
3130 asterisk-config \
3231 CommonLibs \
32+ liba53 \
3333 libsqliteodbc \
34- libzmq NodeManager \
34+ libzmq \
35+ NodeManager \
3536 openbts \
3637 RRLP \
3738 smqueue \
You can’t perform that action at this time.
0 commit comments