From 677550c9559381fd9ad5dc4215157a244b9ed065 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Mon, 6 Jan 2003 13:18:15 +0000 Subject: when taking files from perl-GTK2, don't /usr/lib/libDrakX/ugtk2.pm since we don't need it --- perl-install/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/Makefile') diff --git a/perl-install/Makefile b/perl-install/Makefile index c885d928e..e13a8da71 100644 --- a/perl-install/Makefile +++ b/perl-install/Makefile @@ -85,7 +85,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 -pe 'if (/\*/) { @l = glob; @l == 1 and $$_ = "$$l[0]\n" } ' > /tmp/list - rpm -ql perl-GTK2 | grep '^/usr/lib' >> /tmp/list + rpm -ql perl-GTK2 | 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; } -- cgit v1.2.1