Skip to content
This repository has been archived by the owner on Oct 31, 2021. It is now read-only.

Commit

Permalink
Fix a bug when getting the brew formulae
Browse files Browse the repository at this point in the history
  • Loading branch information
DiegoMagdaleno committed Jul 27, 2020
1 parent e05600e commit a5e8631
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ install:
@echo "Installing dyld_shared_cache_util"
$(MAKE) -C .
@install -d $(DESTDIR)/$(PREFIX)/bin
@install -m 777 $(DESTDIR)/dyld_shared_cache_util $(DESTDIR)/$(PREFIX)/bin
@install -m 777 .$(DESTDIR)/dyld_shared_cache_util $(DESTDIR)/$(PREFIX)/bin

.PHONY: clean
clean:
Expand Down

0 comments on commit a5e8631

Please sign in to comment.