Skip to content

Commit

Permalink
Merge pull request #37 from fabriziopicconi/patch-5
Browse files Browse the repository at this point in the history
wrong mpath folder (detected by rpmbuild)
  • Loading branch information
bogdan-iancu committed Aug 13, 2013
2 parents 9e8a497 + 9e1f0d3 commit b19eca9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions modules/osp/Makefile
@@ -1,4 +1,3 @@

# osp module makefile

# WARNING: do not run this directly, it should be run by the master Makefile
Expand Down Expand Up @@ -33,7 +32,7 @@ include ../../Makefile.modules
install_module_custom:
echo "OSP module overwrites the default configuration file"
sed \
-e "s#/usr/local/lib/opensips#$(modules-prefix)/$(lib-dir)#g" \
-e "s#/usr/local/lib/opensips#$(modules-target)/$(lib-dir)#g" \
< etc/sample-osp-opensips.cfg \
> $(cfg-prefix)/$(cfg-dir)/opensips.cfg

0 comments on commit b19eca9

Please sign in to comment.