diff options
Diffstat (limited to 'support-files/Makefile.am')
-rw-r--r-- | support-files/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/support-files/Makefile.am b/support-files/Makefile.am index 9aaff412990..ef37784c985 100644 --- a/support-files/Makefile.am +++ b/support-files/Makefile.am @@ -53,6 +53,7 @@ SUFFIXES = .sh @RM@ -f $@ $@-t @SED@ \ -e 's!@''bindir''@!$(bindir)!g' \ + -e 's!@''sbindir''@!$(sbindir)!g' \ -e 's!@''scriptdir''@!$(bindir)!g' \ -e 's!@''prefix''@!$(prefix)!g' \ -e 's!@''datadir''@!$(datadir)!g' \ |