summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--urpmi.spec4
2 files changed, 1 insertions, 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 <<EOF >%{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