openjdk-*: Fixes use of stripDirs.
This commit is contained in:
@@ -142,7 +142,7 @@ let
|
|||||||
|
|
||||||
# FIXME: this is unnecessary once the multiple-outputs branch is merged.
|
# FIXME: this is unnecessary once the multiple-outputs branch is merged.
|
||||||
preFixup = ''
|
preFixup = ''
|
||||||
prefix=$jre stripDirs "$stripDebugList" "''${stripDebugFlags:--S}"
|
prefix=$jre stripDirs "$STRIP" "$stripDebugList" "''${stripDebugFlags:--S}"
|
||||||
patchELF $jre
|
patchELF $jre
|
||||||
propagatedBuildInputs+=" $jre"
|
propagatedBuildInputs+=" $jre"
|
||||||
|
|
||||||
|
|||||||
@@ -206,7 +206,7 @@ let
|
|||||||
|
|
||||||
# FIXME: this is unnecessary once the multiple-outputs branch is merged.
|
# FIXME: this is unnecessary once the multiple-outputs branch is merged.
|
||||||
preFixup = ''
|
preFixup = ''
|
||||||
prefix=$jre stripDirs "$stripDebugList" "''${stripDebugFlags:--S}"
|
prefix=$jre stripDirs "$STRIP" "$stripDebugList" "''${stripDebugFlags:--S}"
|
||||||
patchELF $jre
|
patchELF $jre
|
||||||
propagatedBuildInputs+=" $jre"
|
propagatedBuildInputs+=" $jre"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user