mirror of
https://git.launchpad.net/~ubuntu-qt-code/+git/calamares-settings-ubuntu
synced 2025-03-04 07:41:09 +00:00
Unset some superfluous executable bits
This commit is contained in:
parent
a5a4c1bb3d
commit
775de27505
1
debian/changelog
vendored
1
debian/changelog
vendored
@ -2,6 +2,7 @@ calamares-settings-ubuntu (1:24.04.4) noble; urgency=medium
|
||||
|
||||
* Fixed the pkgselect module's CMakeLists.txt file.
|
||||
* Removed some unnecessary path segments from debian/rules.
|
||||
* Unset the executable bit on files that shouldn't be executable.
|
||||
|
||||
-- Aaron Rainbolt <arraybolt3@gmail.com> Wed, 15 Nov 2023 18:33:39 -0600
|
||||
|
||||
|
2
debian/rules
vendored
2
debian/rules
vendored
@ -27,5 +27,7 @@ override_dh_missing:
|
||||
chmod -R 755 debian/calamares-settings-ubuntu-common/usr/lib/
|
||||
chmod 644 $(MODULES_DIR)/automirror/automirror.conf
|
||||
chmod 644 $(MODULES_DIR)/automirror/module.desc
|
||||
chmod 644 $(MODULES_DIR)/pkgselect/libcalamares_viewmodule_pkgselect.so
|
||||
chmod 644 $(MODULES_DIR)/pkgselect/module.desc
|
||||
mkdir -pv debian/calamares-settings-ubuntu-common/usr/bin/
|
||||
cp -v common/snap_install debian/calamares-settings-ubuntu-common/usr/bin/calamares_snap_install
|
||||
|
Loading…
x
Reference in New Issue
Block a user