From 8788030456cca84ee683d24b6b281b7cde96949f Mon Sep 17 00:00:00 2001 From: SJ Date: Sat, 28 Sep 2013 22:12:29 +0200 Subject: [PATCH] build fix --- util/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/Makefile.in b/util/Makefile.in index 0f54b724..c23d490b 100644 --- a/util/Makefile.in +++ b/util/Makefile.in @@ -25,7 +25,7 @@ RUNNING_GROUP = `@id_bin@ -gn $(RUNNING_USER)` INSTALL = @INSTALL@ all: - sed -e "s%BINDIR%$(bindir)%" -e "s%__SYSCONFDIR%$(sysconfdir)%" -e "s%__LOCALSTATEDIR%$($localstatedir)%" -e "s%__LIBEXECDIR%$($libexecdir)%" $(srcdir)/postinstall.sh.in > $(srcdir)/postinstall.sh + sed -e "s%BINDIR%$(bindir)%" -e "s%__SYSCONFDIR%$(sysconfdir)%" -e "s%__LOCALSTATEDIR%$(localstatedir)%" -e "s%__LIBEXECDIR%$(libexecdir)%" $(srcdir)/postinstall.sh.in > $(srcdir)/postinstall.sh install: