summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorChmouel Boudjnah <chmouel@mandriva.org>2001-03-18 16:57:20 +0000
committerChmouel Boudjnah <chmouel@mandriva.org>2001-03-18 16:57:20 +0000
commitf066b078b08dc5eb67e2c0ad48d902b7f53190b0 (patch)
tree99a4ce352637ef11a3f85f6b9ef3993e1afc6c93 /Makefile
parent6debd42847c8a6c8b3017e393c29b2b3fcc4d4cc (diff)
downloadurpmi-f066b078b08dc5eb67e2c0ad48d902b7f53190b0.tar
urpmi-f066b078b08dc5eb67e2c0ad48d902b7f53190b0.tar.gz
urpmi-f066b078b08dc5eb67e2c0ad48d902b7f53190b0.tar.bz2
urpmi-f066b078b08dc5eb67e2c0ad48d902b7f53190b0.tar.xz
urpmi-f066b078b08dc5eb67e2c0ad48d902b7f53190b0.zip
Add skip.list example file.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 9b6c2daa..668be8b6 100644
--- a/Makefile
+++ b/Makefile
@@ -21,6 +21,7 @@ install: autoirpm.update-all
install -m 0755 urpmq $(BINDIR)
install _irpm rpm-find-leaves urpmf $(BINDIR)
install -m 644 autoirpm.deny $(URPMIDIR2)
+ install -m 644 skip.list $(URPMIDIR2 )
install -m 644 *.8 $(MANDIR)/man8
install urpme urpmi.addmedia urpmi.update urpmi.removemedia autoirpm.update autoirpm.uninstall $(SBINDIR)
install -s autoirpm.update-all $(SBINDIR)