diff options
author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2017-03-06 15:01:07 +0100 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2017-03-06 16:51:19 +0100 |
commit | b6cede6d31f1e65d93a73952c01035b28860de17 (patch) | |
tree | fb178de57d3d44b39dd090916547084014b106de /perl-install/install/share/list.xml | |
parent | da3fbca1326c9e013902929a679cffa528fa8d1e (diff) | |
download | drakx-b6cede6d31f1e65d93a73952c01035b28860de17.tar drakx-b6cede6d31f1e65d93a73952c01035b28860de17.tar.gz drakx-b6cede6d31f1e65d93a73952c01035b28860de17.tar.bz2 drakx-b6cede6d31f1e65d93a73952c01035b28860de17.tar.xz drakx-b6cede6d31f1e65d93a73952c01035b28860de17.zip |
add example how to include debuginfo
eg: for ldetect & drakxtools
Diffstat (limited to 'perl-install/install/share/list.xml')
-rw-r--r-- | perl-install/install/share/list.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/perl-install/install/share/list.xml b/perl-install/install/share/list.xml index 7e55d1c97..f7605f70a 100644 --- a/perl-install/install/share/list.xml +++ b/perl-install/install/share/list.xml @@ -374,6 +374,11 @@ /LIB/brltty/libbrlttyb??.so </from> + <!-- example how to include debuginfo in stage2: + <from expand="command"> + rpm -ql ldetect-debuginfo drakxtools-debuginfo |egrep '.build-id/|\.debug' + </from> + --> <from expand="command"> perl -Mlang -I.. -le 'print foreach lang::console_font_files()' </from> |