From 0428f6213bcb5586d4ec9feb18af9a883c463793 Mon Sep 17 00:00:00 2001 From: Eli Schwartz Date: Fri, 15 Nov 2019 09:32:12 -0500 Subject: makepkg: add the $startdir to package .BUILDINFO This value is needed for reproducible builds. The reason is because $BUILDDIR changes its behavior depending on whether it is the same as $startdir, and the result is that we cannot know whether $srcdir (the path that is potentially embedded into the final package) is actually "$BUILDDIR/src" or "$BUILDDIR/$pkgbase/src". Signed-off-by: Eli Schwartz Signed-off-by: Allan McRae --- doc/BUILDINFO.5.asciidoc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc') diff --git a/doc/BUILDINFO.5.asciidoc b/doc/BUILDINFO.5.asciidoc index 3db1e12f..bb300e18 100644 --- a/doc/BUILDINFO.5.asciidoc +++ b/doc/BUILDINFO.5.asciidoc @@ -53,6 +53,9 @@ BUILDINFO file format. *builddir*:: The directory where the package was built. +*startdir*:: + The directory from which makepkg was executed. + *buildenv (array)*:: The build environment specified in makepkg.conf. -- cgit v1.2.3-54-g00ecf