Skip to content

Commit

Permalink
Improve message printed when kernel headers are missing.
Browse files Browse the repository at this point in the history
Rebased from Debian bug: https://bugs.debian.org/690866
  • Loading branch information
scaronni committed May 24, 2016
1 parent 54c7785 commit bffbafb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dkms_common.postinst
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ for KERNEL in $KERNELS; do
dkms_status=`dkms status -m $NAME -v $VERSION -k $KERNEL $ARCH`
else
echo "Module build for kernel $KERNEL was skipped since the"
echo "kernel source for this kernel does not seem to be installed."
echo "kernel headers for this kernel does not seem to be installed."
fi
fi

Expand Down
2 changes: 1 addition & 1 deletion sample.spec
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ if [ -z "$loaded_tarballs" ]; then
else
echo -e ""
echo -e "Module build for the currently running kernel was skipped since the"
echo -e "kernel source for this kernel does not seem to be installed."
echo -e "kernel headers for this kernel do not seem to be installed."
fi
fi
exit 0
Expand Down

0 comments on commit bffbafb

Please sign in to comment.