Page 2 of 2

Re: slkbuild + symlink

Posted: 19. Jan 2010, 18:32
by JRD
Ohhh good idea :p
One day I tried to use symlink in SLKBUILD source and...it's not working because it's not the dereferenced link that was used.
But I can live with it. If it's as simple as adding an option, I vote for it :)

Re: slkbuild + symlink

Posted: 19. Jan 2010, 19:44
by gapan
damNageHack wrote:Could you please add the -L option to the file call in line 435 of slkbuild file?
file_type=\$(file -biLz "\$FILES")
Done. :)