Changeset 3094 for trunk/dports


Ignore:
Timestamp:
Jul 30, 2003, 3:29:32 PM (21 years ago)
Author:
fkr
Message:

Bug:
Submitted by:
Reviewed by:
Approved by:
Obtained from:

don't create symlinks outside of destroot.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/irc/epic/files/patch-Makefile.in

    r393 r3094  
    1 --- Makefile.in Tue Aug 20 16:32:07 2002
    2 +++ Makefile.in.orig    Tue Aug 20 16:31:51 2002
     1--- Makefile.in.orig    Fri Mar 30 10:01:15 2001
     2+++ Makefile.in Sun Jul 20 01:36:17 2003
    33@@ -31,7 +31,7 @@
    44 # -Wall        For GCC compilers, the -Wall flag turns on lots of additional
     
    1010 # Compiler flags -- These flags are passed only to the compiler.
    1111 #                  Common flags include:
     12@@ -72,7 +72,7 @@
     13 mandir     = @mandir@
     14 
     15 epic        = @epic@
     16-epic_exe    = $(bindir)/$(epic)
     17+epic_exe    = $(epic)
     18 wserv_exe   = $(libexecdir)/wserv
     19 epicdir     = $(sharedir)/$(epic)
     20 
     21@@ -124,8 +124,7 @@
     22                if ./my_test -f $(IP)$(EPIC_LINK); then \
     23                        $(MV) $(IP)$(EPIC_LINK) $(IP)$(EPIC_OLD); \
     24                fi; \
     25-               $(RM) $(IP)$(EPIC_LINK); \
     26-               ln -s $(IP)$(EPIC) $(IP)$(EPIC_LINK); \
     27+               ln -s $(EPIC) $(EPIC_LINK); \
     28        fi
     29 
     30 #
Note: See TracChangeset for help on using the changeset viewer.