launchpad: fix typo which prevents build

Refs #61168

Change-Id: I48568eb16bdfcf79695f02dc20a22fef572c8a18
This commit is contained in:
Tristan Matthews
2014-11-28 11:27:28 -05:00
parent 9213162b26
commit 66748e5f00

View File

@ -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