diff options
Diffstat (limited to '')
-rw-r--r-- | build/subst.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build/subst.inc b/build/subst.inc index 8f9ac0551..558d33adf 100644 --- a/build/subst.inc +++ b/build/subst.inc @@ -2,11 +2,11 @@ if sed \ -e 's#[@]localstatedir_POST@#$(localstatedir)#g' \ -e 's#[@]sbindir_POST@#$(sbindir)#g' \ - -e 's#[@]sysconfdir_POST@#$(sysconfdir)#g' \ - -e 's#[@]pythondir_POST@#$(pythondir)#g' \ -e 's#[@]configdir_POST@#$(configdir)#g' \ -e 's#[@]libconfigdir_POST@#$(libconfigdir)#g' \ -e 's#[@]cachedir_POST@#$(cachedir)#g' \ + -e 's#[@]registrydir_POST@#$(registrydir)#g' \ + -e 's#[@]varlibdir_POST@#$(varlibdir)#g' \ $< > $@.tmp; then \ mv "$@.tmp" "$@"; \ else \ |