PackEntryType() needs #PB_Packer_Link for tar

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
infratec
Always Here
Always Here
Posts: 7699
Joined: Sun Sep 07, 2008 12:45 pm
Location: Germany

PackEntryType() needs #PB_Packer_Link for tar

Post by infratec »

Also in Linux and macOS the rights of the files in a tar packet are not preserved.
So I need always to run chmod after unpacking, because executables are no longer executable.

At the moment I use RunProgram("tar", ...) to solve this issues.
Quin
Addict
Addict
Posts: 1155
Joined: Thu Mar 31, 2022 7:03 pm
Location: Colorado, United States
Contact:

Re: PackEntryType() needs #PB_Packer_Link for tar

Post by Quin »

+1
Post Reply