Skip to content
Snippets Groups Projects
Commit 66748e5f authored by Tristan Matthews's avatar Tristan Matthews
Browse files

launchpad: fix typo which prevents build

Refs #61168

Change-Id: I48568eb16bdfcf79695f02dc20a22fef572c8a18
parent 9213162b
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment