Browse Source

Merge branch 'master' of https://github.com/jpopelka/kea into jpopelka-master

Tomek Mrugalski 9 years ago
parent
commit
a85ee15c7b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tools/path_replacer.sh.in

+ 1 - 1
tools/path_replacer.sh.in

@@ -27,4 +27,4 @@ echo "Replacing \@localstatedir\@ with ${localstatedir}"
 echo "Input file: $1"
 echo "Output file: $2"
 
-sed -e "s@SEP@\@localstatedir\@@SEP@${localstatedir}@SEP@g; s@SEP@\@prefix@@SEP@${prefix}@SEP@g; s@SEP@\@sysconfdir@@SEP@${sysconfdir}@SEP@g" $1 > $2
+sed -e "s@SEP@\@localstatedir\@@SEP@${localstatedir}@SEP@g; s@SEP@\@prefix\@@SEP@${prefix}@SEP@g; s@SEP@\@sysconfdir\@@SEP@${sysconfdir}@SEP@g" $1 > $2