Revision: 6176
          http://gar.svn.sourceforge.net/gar/?rev=6176&view=rev
Author:   dmichelsen
Date:     2009-09-04 13:52:59 +0000 (Fri, 04 Sep 2009)

Log Message:
-----------
mGAR v2: Don't make symlinks isaexec

Modified Paths:
--------------
    csw/mgar/gar/v2/gar.mk

Modified: csw/mgar/gar/v2/gar.mk
===================================================================
--- csw/mgar/gar/v2/gar.mk      2009-09-04 13:34:55 UTC (rev 6175)
+++ csw/mgar/gar/v2/gar.mk      2009-09-04 13:52:59 UTC (rev 6176)
@@ -539,7 +539,7 @@
                )
 ISAEXEC_FILES ?= $(if $(_ISAEXEC_FILES),$(patsubst $(PKGROOT)%,%,              
\
        $(shell for F in $(_ISAEXEC_FILES); do          \
-               if test -f "$$F"; then echo $$F; fi;    \
+               if test -f "$$F" -a \! -h "$$F"; then echo $$F; fi;     \
        done)),)
 
 ifneq ($(ISAEXEC_FILES),)


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.
_______________________________________________
devel mailing list
[email protected]
https://lists.opencsw.org/mailman/listinfo/devel

Reply via email to