mirror of
https://git.jami.net/savoirfairelinux/jami-daemon.git
synced 2025-08-07 22:02:12 +08:00
launchpad: fix typo which prevents build
Refs #61168 Change-Id: I48568eb16bdfcf79695f02dc20a22fef572c8a18
This commit is contained in:
@ -21,7 +21,7 @@ configure-stamp:
|
||||
dh_testdir
|
||||
# Add here commands to configure the package.
|
||||
# build iax and opendht with contrib since they are not packaged
|
||||
cd contrib && mkdir -p native && cd native && ../bootstrap && make .iax && make .dht cd ../..
|
||||
cd contrib && mkdir -p native && cd native && ../bootstrap && make .iax && make .dht && cd ../..
|
||||
./autogen.sh
|
||||
./configure --prefix=/usr
|
||||
touch configure-stamp
|
||||
|
Reference in New Issue
Block a user