diff options
author | Francois Pons <fpons@mandriva.com> | 2003-07-18 11:59:15 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2003-07-18 11:59:15 +0000 |
commit | 46070411593741ca25832398f93688c78521a537 (patch) | |
tree | c3a999ad2fc9e44088eb0764992966551616ca62 /perl-install/Makefile | |
parent | 96fbda9adc59e01363368bd3b7cb5cfc27dbe98e (diff) | |
download | drakx-46070411593741ca25832398f93688c78521a537.tar drakx-46070411593741ca25832398f93688c78521a537.tar.gz drakx-46070411593741ca25832398f93688c78521a537.tar.bz2 drakx-46070411593741ca25832398f93688c78521a537.tar.xz drakx-46070411593741ca25832398f93688c78521a537.zip |
trying to follow the sucking of titi...
use perl-Gtk2 and perl-Glib files.
Diffstat (limited to 'perl-install/Makefile')
-rw-r--r-- | perl-install/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/Makefile b/perl-install/Makefile index c6ad8418a..de5bf84d4 100644 --- a/perl-install/Makefile +++ b/perl-install/Makefile @@ -86,7 +86,7 @@ get_needed_files: $(DIRS) $(MOFILES) cat share/list `../tools/specific_arch share/list` | \ perl -pe "s/ARCH/$(ARCH)/g ; s/PERL_VERSION/$$version/g ; s|/LIB/|/$(LIB)/|g " | \ perl -lpe '@l = glob; !m|\*.*/| || @l == 1 and $$_ = join("\n", @l)' > /tmp/list - rpm -ql perl-GTK2 | grep '^/usr/lib/perl5' >> /tmp/list + rpm -ql perl-Gtk2 perl-Glib | grep '^/usr/lib/perl5' >> /tmp/list @missing=`perl -lne 'print if !-e $$_' /tmp/list`; [ -z "$$missing" ] || { echo "missing or multiple files vvvvvvvvvvvvvvvvvvvvvvvvvv" ; echo "$$missing" ; echo "missing or multiple files ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^" ; exit 1; } |