Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3f30c69

Browse files
committed
Fixed a typo.
1 parent d1c3c90 commit 3f30c69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ tag:
4040
release: $(PKG) $(SIG) tag
4141

4242
install:
43-
for dir in `find $(INSTALL_DIRS) -type d 2>/dev/null`; do install -d $(PREFIX)/$$file; done
43+
for dir in `find $(INSTALL_DIRS) -type d 2>/dev/null`; do install -d $(PREFIX)/$$dir; done
4444
for file in `find $(INSTALL_DIRS) -type f 2>/dev/null`; do install $$file $(PREFIX)/$$file; done
4545
install -d $(DOC_DIR)
4646
cp -r $(DOC_FILES) $(EXTRA_DOC_FILES) $(DOC_DIR)/ 2>/dev/null || true

0 commit comments

Comments
 (0)