summaryrefslogtreecommitdiffstats
path: root/update_scripts.sh
diff options
context:
space:
mode:
authorJustin M. Forbes <jforbes@fedoraproject.org>2022-03-24 09:44:17 -0500
committerJustin M. Forbes <jforbes@fedoraproject.org>2022-03-24 09:44:17 -0500
commit55017c651490388db35458885b29e69739eb6b32 (patch)
treeddcca678d10dc37a1f61d821ee15171fa3843e83 /update_scripts.sh
parent987d115a948cf7fda35db6f75178f0a0fca62132 (diff)
downloadkernel-55017c651490388db35458885b29e69739eb6b32.tar.gz
kernel-55017c651490388db35458885b29e69739eb6b32.tar.xz
kernel-55017c651490388db35458885b29e69739eb6b32.zip
kernel-5.18-0.rc0.20220324gited4643521e6a.6
* Thu Mar 24 2022 Justin M. Forbes <jforbes@fedoraproject.org> [5.18-0.rc0.20220324gited4643521e6a.6] - Fix up CONFIG_SND_AMD_ACP_CONFIG files (Patrick Talbert) - Remove CONFIG_SND_SOC_SOF_DEBUG_PROBES files (Patrick Talbert) Resolves: rhbz# 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..a36dc475c 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