Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit f1e86f8

Browse files
committed
create bin dir
1 parent ffaf18c commit f1e86f8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

‎Makefile‎

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,9 @@ git-set-message: common.sh git-set-message.in.sh
3737
chmod 755 $@
3838

3939
install: all
40-
$(INSTALL) -m 755 $(BINS) $(bindir)/
41-
$(LN) -sf git-mark $(bindir)/unmark
40+
$(INSTALL) -d -m 755 $(DESTDIR)$(bindir)
41+
$(INSTALL) -m 755 $(BINS) $(DESTDIR)$(bindir)/
42+
$(LN) -sf git-mark $(DESTDIR)$(bindir)/unmark
4243

4344
clean:
4445
rm -f $(GENERATED)

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /