]> Nutra Git (v2) - gamesguru/feather.git/commitdiff
guix: remove profile symlink before build
authortobtoht <tob@featherwallet.org>
Tue, 21 Mar 2023 11:21:26 +0000 (12:21 +0100)
committertobtoht <tob@featherwallet.org>
Tue, 21 Mar 2023 11:31:40 +0000 (12:31 +0100)
contrib/guix/guix-build

index cd263a9d97418cc352da6ea1851643643bc76699..28e5dfbc866329d16d8833a906352f265b280b77 100755 (executable)
@@ -346,6 +346,8 @@ INFO: Building ${VERSION:?not set} for platform triple ${HOST:?not set}:
           ...bind-mounted in container to: '$(OUTDIR_BASE=/outdir-base && outdir_for_host "$HOST")'
 EOF
 
+       rm -f "$(profiledir_for_host "${HOST}")"
+
         # Run the build script 'contrib/guix/libexec/build.sh' in the build
         # container specified by 'contrib/guix/manifest.scm'.
         #