Bug 55086 - сломанный shebang у gnome-kiosk-script
Summary: сломанный shebang у gnome-kiosk-script
Status: CLOSED FIXED
Alias: None
Product: Sisyphus
Classification: Development
Component: gnome-kiosk (show other bugs)
Version: unstable
Hardware: all Linux
: P5 normal
Assignee: Yuri N. Sedunov
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-07-06 20:39 MSK by Антон Мидюков
Modified: 2025-07-06 21:36 MSK (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Антон Мидюков 2025-07-06 20:39:58 MSK
В спеке sed ломает shebang у gnome-kiosk-script:
# fix shebang
sed -i 's|/usr/\(bin/sh\)|\1|' kiosk-script/%name-script

слеш перед bin теряется и получается:
#!bin/sh
Нужно исправить на
sed -i 's|/usr\(/bin/sh\)|\1|' kiosk-script/%name-script
Comment 1 Repository Robot 2025-07-06 21:36:06 MSK
gnome-kiosk-48.0-alt1.1 -> sisyphus:

Sun Jul 06 2025 Yuri N. Sedunov <aris@altlinux> 48.0-alt1.1
- gnome-kiosk-script: fix shebang again (ALT #55086)