Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

scripts/package/Makefile: Fix typo: an deb -> a deb

Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>

authored by

Paul Menzel and committed by
Jiri Kosina
0f60be20 59e52534

+1 -1
+1 -1
scripts/package/Makefile
··· 141 141 help: FORCE 142 142 @echo ' rpm-pkg - Build both source and binary RPM kernel packages' 143 143 @echo ' binrpm-pkg - Build only the binary kernel package' 144 - @echo ' deb-pkg - Build the kernel as an deb package' 144 + @echo ' deb-pkg - Build the kernel as a deb package' 145 145 @echo ' tar-pkg - Build the kernel as an uncompressed tarball' 146 146 @echo ' targz-pkg - Build the kernel as a gzip compressed tarball' 147 147 @echo ' tarbz2-pkg - Build the kernel as a bzip2 compressed tarball'