Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
savoirfairelinux
jami-daemon
Commits
fe277913
Commit
fe277913
authored
Feb 14, 2009
by
Emmanuel Milou
Browse files
Fix wrong path in rules file
parent
4dd3b363
Changes
1
Hide whitespace changes
Inline
Side-by-side
debian/rules
View file @
fe277913
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment