Changeset 322226d


Ignore:
Timestamp:
07/04/2017 12:17:11 PM (7 years ago)
Author:
Pierre Labastie <pierre@…>
Branches:
ablfs-more, legacy, trunk
Children:
9bbb9c8
Parents:
45f8a9c8
Message:

Do not export the wrapInstall function when porg style is not in use

Location:
common
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • common/libs/func_wrt_Makefile

    r45f8a9c8 r322226d  
    4646ADD_BLFS_TOOLS   = $BLFS_TOOL
    4747PKGMNGT          = $PKGMNGT
     48WRAP_INSTALL     = $WRAP_INSTALL
    4849
    4950
  • common/makefile-functions

    r45f8a9c8 r322226d  
    116116    echo "source packInstall.sh" >> envars; \
    117117    echo "export -f packInstall" >> envars; \
    118     echo "export -f wrapInstall" >> envars; \
     118    if [ "$(WRAP_INSTALL)" = "y" ]; then \
     119      echo "export -f wrapInstall" >> envars; \
     120    fi; \
    119121  fi;
    120122endef
Note: See TracChangeset for help on using the changeset viewer.