Skip to content

Directory permissions are not preserved #12

Description

@MartinMiddleton

To reproduce, create file with the following contents:

package "foo" do
version "0.0.1"
type "deb"

FileUtils.chmod( 0777, "/some/place/in/filesystem" )

file {
source "/some/place/in/filesystem"
dest "/some/place/to/put/it"
}

end

When the package is installed, "/some/place/to/put/it" will probably have permissions based on your umask instead of the explicit perms.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions