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
Branches
Tags
No related merge requests found
......@@ -35,13 +35,12 @@ PJ_CONFIG_OPTIONS="--prefix=/usr \
configure: configure-stamp
configure-stamp:
dh_testdir
pushd ../contrib
mkdir -f native
pushd native
cd ../contrib
mkdir native
cd native
../bootstrap
make
popd
popd
cd ../..
# Add here commands to configure the package.
./autogen.sh
./configure --prefix=/usr
......
......@@ -19,13 +19,12 @@ DEB_INSTALL_MANPAGES_sflphone_common = sflphoned.1
configure: configure-stamp
configure-stamp:
dh_testdir
pushd ../contrib
mkdir -f native
pushd native
cd ../contrib
mkdir native
cd native
../bootstrap
make
popd
popd
cd ../..
# Add here commands to configure the package.
./autogen.sh
./configure --prefix=/usr
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment