Skip to content
Snippets Groups Projects
Commit fe277913 authored by Emmanuel Milou's avatar Emmanuel Milou
Browse files

Fix wrong path in rules file

parent 4dd3b363
No related branches found
No related tags found
No related merge requests found
......@@ -22,7 +22,7 @@ configure-stamp:
# Add here commands to configure the package.
./autogen.sh --prefix=/usr --with-debug
cd sflphone-gtk; ./autogen.sh --prefix=/usr
cd libs/pjproject-1.0; ./configure
cd libs/pjproject-1.0.1; ./configure
touch configure-stamp
......@@ -35,7 +35,7 @@ build-arch-stamp: configure-stamp
# Add here commands to compile the arch part of the package.
$(MAKE)
cd sflphone-gtk; make
cd libs/pjproject-1.0; $(MAKE) dep; $(MAKE)
cd libs/pjproject-1.0.1; $(MAKE) dep; $(MAKE)
touch $@
build-indep: build-indep-stamp
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment