From: Eddie C. Dost Date: Tue, 31 Aug 1999 06:00:00 +0000 (+0000) Subject: fix args to install X-Git-Tag: v3.0.0~264 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=ffe5154d5ca0adfc190b3b5b2b8409c56febadb3;p=pciutils.git fix args to install --- diff --git a/Makefile b/Makefile index 7db5ae7..6a8e437 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.20 1999/07/20 14:01:17 mj Exp $ +# $Id: Makefile,v 1.21 1999/08/31 06:00:00 ecd Exp $ # Makefile for Linux PCI Utilities # (c) 1998--1999 Martin Mares @@ -47,8 +47,8 @@ clean: install: all # -c is ignored on Linux, but required on FreeBSD install -c -m 755 -s lspci setpci $(ROOT)/sbin - install -c 644 pci.ids $(PREFIX)/share - install -c 644 lspci.8 setpci.8 $(PREFIX)/man/man8 + install -c -m 644 pci.ids $(PREFIX)/share + install -c -m 644 lspci.8 setpci.8 $(PREFIX)/man/man8 # Remove relics from old versions rm -f $(ROOT)/etc/pci.ids