Ignore:
Timestamp:
May 13, 2012, 2:56:06 PM (13 years ago)
Author:
rick
Message:

Just a failsafe, in trying to debug why the new packages do not get a symlink in ./pkg/All

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/releng-9.0/nanobsd/tools/package-build.inc.sh

    r10828 r10833  
     1# Make sure to only load this file ones, even if sourced from multiple
     2# locations, preventing weird and wonderfull errors of relative paths.
     3if [ -n "$PACKAGE_BUILD_INC_SH" ]; then
     4  return
     5fi
     6PACKAGE_BUILD_INC_SH=true
     7
    18# Used to store profile data
    29TIME_FILE=$(dirname $0)/eta-times.txt
Note: See TracChangeset for help on using the changeset viewer.