diff options
| author | Linus Torvalds <torvalds@linux-foundation.org> | 2023-04-23 18:22:25 +0300 |
|---|---|---|
| committer | Linus Torvalds <torvalds@linux-foundation.org> | 2023-04-23 18:22:25 +0300 |
| commit | 8296ac9256aa1e9305033720de77ee5419a80f6f (patch) | |
| tree | 74222d12f68fee77e103d11a4a2550018bb1adf8 /scripts/package | |
| parent | 5ad250f1fe92f21de09dabcd329e681d15aed9a4 (diff) | |
| parent | 9cedc5e89a59da72bfecdb76bfaa5a28a273029d (diff) | |
| download | linux-8296ac9256aa1e9305033720de77ee5419a80f6f.tar.xz | |
Merge tag 'kbuild-fixes-v6.3-4' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
Pull Kbuild fixes from Masahiro Yamada:
- Fix the prefix in the kernel source tarball
- Fix a typo in the copyright file in Debian package
* tag 'kbuild-fixes-v6.3-4' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild:
kbuild: use proper prefix for tarballs to fix rpm-pkg build error
kbuild: deb-pkg: Fix a spell typo in mkdebian script
Diffstat (limited to 'scripts/package')
| -rwxr-xr-x | scripts/package/mkdebian | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/package/mkdebian b/scripts/package/mkdebian index a4c2c2276223..74b83c9ae0a8 100755 --- a/scripts/package/mkdebian +++ b/scripts/package/mkdebian @@ -190,7 +190,7 @@ EOF # Generate copyright file cat <<EOF > debian/copyright -This is a packacked upstream version of the Linux kernel. +This is a packaged upstream version of the Linux kernel. The sources may be found at most Linux archive sites, including: https://www.kernel.org/pub/linux/kernel |
