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

Closed
mark wants to merge 1 commit 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
Author
Contributor

Seems to have created it twice :(

Seems to have created it twice :(
mark closed this pull request 2022-08-31 10:39:54 +00:00

Pull request closed

Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
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!347
No description provided.