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