Skip to content

Commit 1bead5a

Browse files
committed
- rename a53 to liba53
- build liba53 as public version not private range-liba53
1 parent da422d3 commit 1bead5a

3 files changed

Lines changed: 9 additions & 7 deletions

File tree

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*.deb
44
*.dsc
55
*.tar.gz
6-
a53
6+
liba53
77
CommonLibs
88
NodeManager
99
openbts

build.sh

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -91,11 +91,12 @@ sayAndDo sudo dpkg -i $BUILDNAME/range-libsqliteodbc_*.deb
9191
echo "# - done"
9292
echo
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
9897
sayAndDo cd ..
98+
sayAndDo mv liba53_* $BUILDNAME
99+
sayAndDo sudo dpkg -i $BUILDNAME/liba53_*.deb
99100
echo "# - done"
100101
echo
101102

common.source

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,13 @@ sayAndDo () {
2626
}
2727

2828
REPOS="\
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 \

0 commit comments

Comments
 (0)