packages icon indicating copy to clipboard operation
packages copied to clipboard

Packages Raw Package Support for Locations like /private

Open uurazzle opened this issue 3 years ago • 2 comments

Hi:

Thanks for developing your Packages application. I ran into an issue where Raw Packages doesn't support items in locations like /private. Support for this location would help to repackage installers like Visual Studio which have items in...

/private/etc/paths.d/dotnet /private/etc/paths.d/dotnet-cli-tools /private/etc/paths.d/mono-commands

The Packages application with drag-n-drop these files strips the path "/private/etc/paths.d" and tries to place it at the root of the file system. This in turn causes an error with the installer, because the installer is trying to install into OS-protected areas.

uurazzle avatar Sep 10 '21 02:09 uurazzle

Interesting… I will try to see if I can reproduce this issue.

packagesdev avatar Oct 19 '21 23:10 packagesdev

Tried to reproduce the problem. I don't see any issue with the installation of files inside /private/etc.

Can you provide detailed reproduction steps?

packagesdev avatar Jan 04 '22 21:01 packagesdev