Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tpkg --ql not listing symlinks properly #19

Open
jheiss opened this issue Aug 17, 2012 · 0 comments
Open

tpkg --ql not listing symlinks properly #19

jheiss opened this issue Aug 17, 2012 · 0 comments
Labels

Comments

@jheiss
Copy link
Member

jheiss commented Aug 17, 2012

% tpkg --ql ruby-defaults-1.8-1.tpkg
:
/opt/tpkg/bin/
/opt/tpkg/bin/ri
/opt/tpkg/bin/irb
/opt/tpkg/bin/ruby
/opt/tpkg/bin/erb
/opt/tpkg/bin/rdoc

% tpkg --ql ruby-defaults
ruby-defaults-1.8-1.tpkg:
/opt/tpkg/bin

% tar zxvf tpkg.tar.gz
tpkg/
tpkg/tpkg.xml
tpkg/file_metadata.bin
tpkg/reloc/
tpkg/reloc/bin/
tpkg/reloc/bin/ri
tpkg/reloc/bin/irb
tpkg/reloc/bin/ruby
tpkg/reloc/bin/erb
tpkg/reloc/bin/rdoc

The problem with listing the files in ruby-defaults seems to be related to those files being symlinks. There are no references to those files in the saved file metadata when the package is installed and self.files_in_package is using that data as a shortcut if the package is installed.

Was: https://sourceforge.net/apps/trac/tpkg/ticket/21

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant