Skip to content

Commit

Permalink
Makefile.am: fix shell typo [#2624]
Browse files Browse the repository at this point in the history
Signed-off-by: Jim Klimov <[email protected]>
  • Loading branch information
jimklimov committed Sep 12, 2024
1 parent 5203957 commit 945b4bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -607,7 +607,7 @@ install-win-bundle-thirdparty:
echo " DLL->cgi $$D" 2>&1 ; \
ln -f '$(DESTDIR)/$(bindir)'/"`basename "$$D"`" ./ ; \
done ; \
) || exit
) || exit ; \
( if test x"$(libexecdir)" = x"$(bindir)" ; then exit 0 ; fi ; \
if test x"$(libexecdir)" = x"$(sbindir)" ; then exit 0 ; fi ; \
if test x"$(libexecdir)" = x"$(driverexecdir)" ; then exit 0 ; fi ; \
Expand All @@ -618,7 +618,7 @@ install-win-bundle-thirdparty:
echo " DLL->libexec $$D" 2>&1 ; \
ln -f '$(DESTDIR)/$(bindir)'/"`basename "$$D"`" ./ ; \
done ; \
) || exit ; \
) || exit
@echo "CHECKING if any executable files were installed to locations other than those covered by this recipe, so might not have needed DLLs bundled near them" >&2 ; \
relbindir="`echo './$(bindir)/' | sed 's,//*,/,g'`" ; \
relsbindir="`echo './$(sbindir)/' | sed 's,//*,/,g'`" ; \
Expand Down

0 comments on commit 945b4bb

Please sign in to comment.