mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-31 05:55:28 +00:00
[master] Merge branch 'jpopelka-master' (github #10)
This commit is contained 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
|
||||
|
Reference in New Issue
Block a user