diff options
author | Chmouel Boudjnah <chmouel@mandriva.org> | 2001-03-18 16:57:20 +0000 |
---|---|---|
committer | Chmouel Boudjnah <chmouel@mandriva.org> | 2001-03-18 16:57:20 +0000 |
commit | f066b078b08dc5eb67e2c0ad48d902b7f53190b0 (patch) | |
tree | 99a4ce352637ef11a3f85f6b9ef3993e1afc6c93 /Makefile | |
parent | 6debd42847c8a6c8b3017e393c29b2b3fcc4d4cc (diff) | |
download | urpmi-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-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) |