about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJohn Ericson <John.Ericson@Obsidian.Systems>2024-06-20 15:05:27 -0400
committerJohn Ericson <John.Ericson@Obsidian.Systems>2024-06-29 12:48:29 -0400
commitb98dc9f0efff5667debcf1f7d1b655268c27b8db (patch)
treef75e4bcf8999066b18a0d316608bb1c4f5cd2766
parent3e1871e3643199ed29258cf0e3260d129315d592 (diff)
bsdSetupHook: Do not define empty `DESTDIR`
This breaks OpenBSD, and isn't actually needed for the others after all.
-rw-r--r--pkgs/os-specific/bsd/setup-hook.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/os-specific/bsd/setup-hook.sh b/pkgs/os-specific/bsd/setup-hook.sh
index f9453708ab5db..bc8d372ca8b86 100644
--- a/pkgs/os-specific/bsd/setup-hook.sh
+++ b/pkgs/os-specific/bsd/setup-hook.sh
@@ -28,7 +28,6 @@ addMakeFlags() {
 
   # Definitions passed to share/mk/*.mk. Should be pretty simple -
   # eventually maybe move it to a configure script.
-  export DESTDIR=
   export USETOOLS=never
   export NOCLANGERROR=yes
   export NOGCCERROR=yes