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 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.1