Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions Makepkgs
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,13 @@ fi
STRING_DATE_EPOCH=`date +%s`; export STRING_DATE_EPOCH
SOURCE_DATE_EPOCH="${SOURCE_DATE_EPOCH:-$STRING_DATE_EPOCH}"; export SOURCE_DATE_EPOCH

# Optional local patching ... maybe required for vendor code when we're
# waiting for an upstream fix that's otherwise killing the build.
# If the script local.patch exists it is per-host and *NOT* expected
# to be in the git tree.
#
[ -x local.patch ] && ./local.patch

# put VERSION.pcp back, remove temp files and exit
#
_cleanup()
Expand Down
Loading
Loading