From eaa97249682ff85e70f324372dd21c2d371faa84 Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Wed, 23 Nov 2005 15:49:25 +0000 Subject: Install inst.list and skip.list the same way --- Makefile | 2 +- urpmi.spec | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/Makefile b/Makefile index 2cab92af..0d682f27 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,7 @@ install: install -d $(BINDIR) $(SBINDIR) $(URPMIDIR) $(URPMIDIR2) $(MANDIR)/man5 $(MANDIR)/man8 install urpmq $(BINDIR) install rpm-find-leaves urpmf $(BINDIR) - install -m 644 skip.list $(URPMIDIR2) + install -m 644 inst.list skip.list $(URPMIDIR2) install -m 644 man/C/urpm*.5 $(MANDIR)/man5 install -m 644 man/C/proxy*.5 $(MANDIR)/man5 install -m 644 man/C/urpm*.8 $(MANDIR)/man8 diff --git a/urpmi.spec b/urpmi.spec index ab4bfb7b..a6f86d1f 100644 --- a/urpmi.spec +++ b/urpmi.spec @@ -103,10 +103,6 @@ for dir in partial headers rpms do install -d %{buildroot}/var/cache/urpmi/$dir done -cat <%{buildroot}/etc/urpmi/inst.list -# Here you can specify packages that need to be installed instead -# of being upgraded. -EOF mkdir -p %{buildroot}%{compat_perl_vendorlib} install -m 644 urpm.pm %{buildroot}%{compat_perl_vendorlib}/urpm.pm -- cgit v1.2.1