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

debian packaging: fix shell commands

Refs #48032

Change-Id: Icd350ca45f9096a7f1804b3991c2c0025dc6807e
parent b6593655
No related branches found
No related tags found
No related merge requests found
...@@ -35,13 +35,12 @@ PJ_CONFIG_OPTIONS="--prefix=/usr \ ...@@ -35,13 +35,12 @@ PJ_CONFIG_OPTIONS="--prefix=/usr \
configure: configure-stamp configure: configure-stamp
configure-stamp: configure-stamp:
dh_testdir dh_testdir
pushd ../contrib cd ../contrib
mkdir -f native mkdir native
pushd native cd native
../bootstrap ../bootstrap
make make
popd cd ../..
popd
# Add here commands to configure the package. # Add here commands to configure the package.
./autogen.sh ./autogen.sh
./configure --prefix=/usr ./configure --prefix=/usr
......
...@@ -19,13 +19,12 @@ DEB_INSTALL_MANPAGES_sflphone_common = sflphoned.1 ...@@ -19,13 +19,12 @@ DEB_INSTALL_MANPAGES_sflphone_common = sflphoned.1
configure: configure-stamp configure: configure-stamp
configure-stamp: configure-stamp:
dh_testdir dh_testdir
pushd ../contrib cd ../contrib
mkdir -f native mkdir native
pushd native cd native
../bootstrap ../bootstrap
make make
popd cd ../..
popd
# Add here commands to configure the package. # Add here commands to configure the package.
./autogen.sh ./autogen.sh
./configure --prefix=/usr ./configure --prefix=/usr
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment