From d3a9e61ad18c02d9947f328b2a951224f3785582 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Wed, 29 Apr 2015 11:15:57 +0200 Subject: [PATCH] linux{3.1[89],4.0}: fix $STRIP with the dummy strip(1) wrapper. --- srcpkgs/linux3.18/files/mv-debug | 2 +- srcpkgs/linux3.19/files/mv-debug | 2 +- srcpkgs/linux4.0/files/mv-debug | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/linux3.18/files/mv-debug b/srcpkgs/linux3.18/files/mv-debug index 542bab5d88..8898c928d1 100755 --- a/srcpkgs/linux3.18/files/mv-debug +++ b/srcpkgs/linux3.18/files/mv-debug @@ -3,5 +3,5 @@ mod=$1 mkdir -p usr/lib/debug/${mod%/*} $OBJCOPY --only-keep-debug --compress-debug-sections $mod usr/lib/debug/$mod $OBJCOPY --add-gnu-debuglink=${DESTDIR}/usr/lib/debug/$mod $mod -$STRIP --strip-debug $mod +/usr/bin/$STRIP --strip-debug $mod gzip -9 $mod diff --git a/srcpkgs/linux3.19/files/mv-debug b/srcpkgs/linux3.19/files/mv-debug index 542bab5d88..8898c928d1 100755 --- a/srcpkgs/linux3.19/files/mv-debug +++ b/srcpkgs/linux3.19/files/mv-debug @@ -3,5 +3,5 @@ mod=$1 mkdir -p usr/lib/debug/${mod%/*} $OBJCOPY --only-keep-debug --compress-debug-sections $mod usr/lib/debug/$mod $OBJCOPY --add-gnu-debuglink=${DESTDIR}/usr/lib/debug/$mod $mod -$STRIP --strip-debug $mod +/usr/bin/$STRIP --strip-debug $mod gzip -9 $mod diff --git a/srcpkgs/linux4.0/files/mv-debug b/srcpkgs/linux4.0/files/mv-debug index 542bab5d88..8898c928d1 100755 --- a/srcpkgs/linux4.0/files/mv-debug +++ b/srcpkgs/linux4.0/files/mv-debug @@ -3,5 +3,5 @@ mod=$1 mkdir -p usr/lib/debug/${mod%/*} $OBJCOPY --only-keep-debug --compress-debug-sections $mod usr/lib/debug/$mod $OBJCOPY --add-gnu-debuglink=${DESTDIR}/usr/lib/debug/$mod $mod -$STRIP --strip-debug $mod +/usr/bin/$STRIP --strip-debug $mod gzip -9 $mod