Skip to content
Snippets Groups Projects
Commit d09183de authored by Markus Blatt's avatar Markus Blatt
Browse files

[autotools,bugfix] Remove existent file when installing CMake's package version configuration.


The temporary file <dune-module>-config-version.tmp!
(cherry picked from commit 9775442a)

Signed-off-by: default avatarMarkus Blatt <markus@dr-blatt.de>
parent cd1aebfd
No related branches found
No related tags found
No related merge requests found
......@@ -38,6 +38,6 @@ install-exec-local:
echo " endif()" >> $(PACKAGE)-config-version.tmp; \
echo "endif()" >> $(PACKAGE)-config-version.tmp; \
$(INSTALL_DATA) $(PACKAGE)-config-version.tmp $(DESTDIR)$(libdir)/cmake/$(PACKAGE)/$(PACKAGE)-config-version.cmake; \
rm $(PACKAGE)-config-version.cmake
rm $(PACKAGE)-config-version.tmp
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment