Browse Source

[master] Merge branch 'jpopelka-master' (github #10)

Tomek Mrugalski 9 years ago
parent
commit
f391ccf4fb
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