From ffe5154d5ca0adfc190b3b5b2b8409c56febadb3 Mon Sep 17 00:00:00 2001 From: "Eddie C. Dost" Date: Tue, 31 Aug 1999 06:00:00 +0000 Subject: [PATCH] fix args to install --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 2.39.2