Skip to content

Commit efde253

Browse files
authored
Merge pull request #28 from soumya92/patch-1
Don't `install` DESTDIR
2 parents e049915 + a93e5b3 commit efde253

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Makefile

-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ install: # Make sure we use config.mak, nest once:
6767
$(MAKE) install-do
6868
.PHONY: install-do
6969
install-do: $(BINARY) $(MAN1PAGES)
70-
install -dm755 $(DESTDIR)
7170
install -dm755 $(DESTDIR)$(BINDIR)
7271
install -Tm755 $(BINARY) $(DESTDIR)$(BINDIR)/$(BINARY)
7372
ifeq ($(ENABLE_DOC), y)

0 commit comments

Comments
 (0)