Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


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

1 niro 523 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