make install-user doesn't transfer execute permissions #346

Closed
mark wants to merge 1 commits from (deleted):make_install_fix into master
Contributor

The source.list.template for __apt_source has executable permissions. After
running a make install-user, permissions of the file don't transfer:

ls -al ~/.local/lib/python3.9/site-packages/cdist/conf/type/apt_source/files/source.list.template
-rw-r--r-- 1 cdist cdist 264 Aug 26 10:59 /home/cdist/.local/lib/python3.9/site-packages/cdist/conf/type/apt_source/files/source.list.template

Executing the source.list.template with sh solves this (I think this is the only type using this construction) without having to change the installation.

Regards,

Mark

The source.list.template for `__apt_source` has executable permissions. After running a make install-user, permissions of the file don't transfer: ``` ls -al ~/.local/lib/python3.9/site-packages/cdist/conf/type/apt_source/files/source.list.template -rw-r--r-- 1 cdist cdist 264 Aug 26 10:59 /home/cdist/.local/lib/python3.9/site-packages/cdist/conf/type/apt_source/files/source.list.template ``` Executing the source.list.template with sh solves this (I think this is the only type using this construction) without having to change the installation. Regards, Mark
mark added 1 commit 2022-08-26 09:11:36 +00:00
mark closed this pull request 2022-09-18 06:46:25 +00:00

Pull request closed

Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: ungleich-public/cdist#346
No description provided.