Magellan Linux

Contents of /trunk/git/patches/git-1.5.4.4-symlinks.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 523 - (show annotations) (download)
Mon Mar 24 01:27:39 2008 UTC (16 years, 1 month ago) by niro
File size: 645 byte(s)
-git-1.5.4.4-r1

1 diff --git a/Makefile b/Makefile
2 index 2f3b9b2..5c595ac 100644
3 --- a/Makefile
4 +++ b/Makefile
5 @@ -997,7 +997,7 @@ endif
6 cp '$(DESTDIR_SQ)$(bindir_SQ)/git$X' \
7 '$(DESTDIR_SQ)$(gitexecdir_SQ)/git$X'; \
8 fi
9 - $(foreach p,$(BUILT_INS), $(RM) '$(DESTDIR_SQ)$(gitexecdir_SQ)/$p' && ln '$(DESTDIR_SQ)$(gitexecdir_SQ)/git$X' '$(DESTDIR_SQ)$(gitexecdir_SQ)/$p' ;)
10 + $(foreach p,$(BUILT_INS), $(RM) '$(DESTDIR_SQ)$(gitexecdir_SQ)/$p' && ln '$(gitexecdir_SQ)/git$X' '$(DESTDIR_SQ)$(gitexecdir_SQ)/$p' ;)
11 ifneq (,$X)
12 $(foreach p,$(patsubst %$X,%,$(filter %$X,$(ALL_PROGRAMS) $(BUILT_INS) git$X)), $(RM) '$(DESTDIR_SQ)$(gitexecdir_SQ)/$p';)
13 endif