summaryrefslogtreecommitdiffstats
path: root/update_scripts.sh
diff options
context:
space:
mode:
authorJustin M. Forbes <jforbes@fedoraproject.org>2022-06-14 12:39:46 -0500
committerJustin M. Forbes <jforbes@fedoraproject.org>2022-06-14 12:39:46 -0500
commitdc90062fcc26c60cf7ccd73529503e73fb9c408b (patch)
tree5f2f1988bbccc583da1941585c5b49877f7f16ce /update_scripts.sh
parente397ec6bfa3fc69405b8b60060388ee852a5c0d4 (diff)
downloadkernel-dc90062fcc26c60cf7ccd73529503e73fb9c408b.tar.gz
kernel-dc90062fcc26c60cf7ccd73529503e73fb9c408b.tar.xz
kernel-dc90062fcc26c60cf7ccd73529503e73fb9c408b.zip
kernel-5.18.4-100
* Tue Jun 14 2022 Justin M. Forbes <jforbes@fedoraproject.org> [5.18.4-0] - Linux v5.18.4 rebase - Enable CKI on os-build MRs only (Don Zickus) - drm/amd/display: Cap OLED brightness per max frame-average luminance (Roman Li) [2095858] - redhat/configs/fedora: Enable a set of modules used on some x86 tablets (Hans de Goede) - redhat/configs/fedora: enable missing modules modules for Intel IPU3 camera support (Hans de Goede) - redhat/configs: Make INTEL_SOC_PMIC_CHTDC_TI builtin (Hans de Goede) - redhat/configs: restore/fix core INTEL_LPSS configs to be builtin again (Hans de Goede) Resolves: rhbz#2095858 Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
Diffstat (limited to 'update_scripts.sh')
-rwxr-xr-xupdate_scripts.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/update_scripts.sh b/update_scripts.sh
index 9196e795a..38e66347f 100755
--- a/update_scripts.sh
+++ b/update_scripts.sh
@@ -8,5 +8,5 @@ TARGET="$1"
for i in "$RPM_SOURCE_DIR"/*."$TARGET"; do
NEW=${i%.$TARGET}
- cp "$i" "$NEW"
+ cp "$i" "$(basename "$NEW")"
done