in reply to Re: Module make problems caused by Mac OS metadata files
in thread Module make problems caused by Mac OS metadata files
$ ls -la | grep Makefile.PL -rw-r--r-- 1 planz planz 577 Jun 15 18:53 Makefile.PL $ tar cf test.tar Makefile.PL $ tar tf test.tar ./._Makefile.PL Makefile.PL
So, I think if I want to stop having these metadata files in the archive, I need to pass some Mac-specific flag to the tar program. But tar --help did not reveal anything useful (just the regular GNU tar description).
My current work-around is to make the bundle on a Linux machine. Using a pre-Tiger OS X should also work, as the metadata-preservation seems to be a new feature.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Module make problems caused by Mac OS metadata files
by davidrw (Prior) on Jun 18, 2005 at 03:30 UTC | |
by Thilosophy (Curate) on Jun 18, 2005 at 03:54 UTC |