summaryrefslogtreecommitdiffstats
path: root/loader
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>1999-06-07 20:06:09 +0000
committerMatt Wilson <msw@redhat.com>1999-06-07 20:06:09 +0000
commitb803dcd62aba2548e7e6018022d9983ea9c01067 (patch)
treebd1f7363cc16d739ded2c5874998010aeead2626 /loader
parent7d39913917cad8a0497681bee24d657b52b658e4 (diff)
downloadanaconda-b803dcd62aba2548e7e6018022d9983ea9c01067.tar.gz
anaconda-b803dcd62aba2548e7e6018022d9983ea9c01067.tar.xz
anaconda-b803dcd62aba2548e7e6018022d9983ea9c01067.zip
fixed install target
Diffstat (limited to 'loader')
-rw-r--r--loader/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/loader/Makefile b/loader/Makefile
index 98c0a1c10..b40ffe465 100644
--- a/loader/Makefile
+++ b/loader/Makefile
@@ -38,7 +38,7 @@ install: all
rm -f $(DESTDIR)/sbin/init
install -s loader $(DESTDIR)/sbin/loader
install -s init $(DESTDIR)/sbin/init
- install 755 ../isys/pci/pcitable $(DESTDIR)/etc
+ install -m 755 ../isys/pci/pcitable $(DESTDIR)/etc
loader: $(OBJS)
$(CC) $(STATIC) -o $@ $(OBJS) -lpopt \