Remove a duplicate line in sed_vars
authorIustin Pop <iustin@google.com>
Thu, 12 Feb 2009 07:31:26 +0000 (07:31 +0000)
committerIustin Pop <iustin@google.com>
Thu, 12 Feb 2009 07:31:26 +0000 (07:31 +0000)
LOCALSTATEDIR is added twice to the sed variables.

Reviewed-by: imsnah

Makefile.am

index 2872e7a..8ccbb87 100644 (file)
@@ -305,7 +305,6 @@ $(REPLACE_VARS_SED): Makefile stamp-directories
          echo 's#@LOCALSTATEDIR@#$(localstatedir)#g'; \
          echo 's#@SBINDIR@#$(sbindir)#g'; \
          echo 's#@GANETI_VERSION@#$(PACKAGE_VERSION)#g'; \
-         echo 's#@LOCALSTATEDIR@#$(localstatedir)#g'; \
          echo 's#@CUSTOM_XEN_KERNEL@#$(XEN_KERNEL)#g'; \
          echo 's#@CUSTOM_XEN_INITRD@#$(XEN_INITRD)#g'; \
          echo '/@INCLUDE_RAPI_RESOURCES@/ {'; \