Skip to content

Commit 6c44000

Browse files
authored
Merge pull request #9345 from oech3/lib-match-pattern
GNUmakefile: Use libstdbuf.* instead of libstdbuf*
2 parents 7f9cbf6 + 43afd5c commit 6c44000

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

GNUmakefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,7 @@ install: build install-manpages install-completions install-locales
450450
mkdir -p $(INSTALLDIR_BIN)
451451
ifneq (,$(and $(findstring stdbuf,$(UTILS)),$(findstring feat_external_libstdbuf,$(CARGOFLAGS))))
452452
mkdir -p $(DESTDIR)$(LIBSTDBUF_DIR)
453-
$(INSTALL) -m 755 $(BUILDDIR)/deps/libstdbuf* $(DESTDIR)$(LIBSTDBUF_DIR)/
453+
$(INSTALL) -m 755 $(BUILDDIR)/deps/libstdbuf.* $(DESTDIR)$(LIBSTDBUF_DIR)/
454454
endif
455455
ifeq (${MULTICALL}, y)
456456
$(INSTALL) -m 755 $(BUILDDIR)/coreutils $(INSTALLDIR_BIN)/$(PROG_PREFIX)coreutils
@@ -473,7 +473,7 @@ endif
473473

474474
uninstall:
475475
ifneq ($(OS),Windows_NT)
476-
rm -f $(DESTDIR)$(LIBSTDBUF_DIR)/libstdbuf*
476+
rm -f $(DESTDIR)$(LIBSTDBUF_DIR)/libstdbuf.*
477477
-rm -d $(DESTDIR)$(LIBSTDBUF_DIR) 2>/dev/null || true
478478
endif
479479
ifeq (${MULTICALL}, y)

0 commit comments

Comments
 (0)