Skip to content

Commit 3cb80fe

Browse files
committed
guix: Remove another leftover from #29648
1 parent 0d509ba commit 3cb80fe

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

contrib/guix/libexec/build.sh

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -323,13 +323,10 @@ mkdir -p "$DISTSRC"
323323
find . -name "lib*.la" -delete
324324
find . -name "lib*.a" -delete
325325

326-
# Prune pkg-config files
327-
rm -rf "${DISTNAME}/lib/pkgconfig"
328-
329326
case "$HOST" in
330327
*darwin*) ;;
331328
*)
332-
# Split binaries and libraries from their debug symbols
329+
# Split binaries from their debug symbols
333330
{
334331
find "${DISTNAME}/bin" -type f -executable -print0
335332
} | xargs -0 -P"$JOBS" -I{} "${DISTSRC}/contrib/devtools/split-debug.sh" {} {} {}.dbg

0 commit comments

Comments
 (0)