aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2006-10-16 20:50:57 +0000
committerBill Nottingham <notting@redhat.com>2006-10-16 20:50:57 +0000
commitd48d55de2dba0013dedd0659dee1c6d02e3fc212 (patch)
tree8de67a5a0bd3251334e32ae1c42ab73c049494ad
parent3a75f3ea4bb544c5a73bb23957e673124f0bf8ab (diff)
downloadinitscripts-d48d55de2dba0013dedd0659dee1c6d02e3fc212.tar
initscripts-d48d55de2dba0013dedd0659dee1c6d02e3fc212.tar.gz
initscripts-d48d55de2dba0013dedd0659dee1c6d02e3fc212.tar.bz2
initscripts-d48d55de2dba0013dedd0659dee1c6d02e3fc212.tar.xz
initscripts-d48d55de2dba0013dedd0659dee1c6d02e3fc212.zip
fix buildr8-45-3-EL
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 931ac9cf..a647821c 100644
--- a/Makefile
+++ b/Makefile
@@ -30,7 +30,7 @@ install:
install -m644 crypttab.5 $(ROOT)$(mandir)/man5
install -m644 service.8 sys-unconfig.8 $(ROOT)$(mandir)/man8
install -m644 sysctl.conf $(ROOT)/etc/sysctl.conf
- if [ -f sysctl.conf.$(ARCH) ]; then
+ if [ -f sysctl.conf.$(ARCH) ]; then \
install -m644 sysctl.conf.$(ARCH) $(ROOT)/etc/sysctl.conf ; fi
mkdir -p $(ROOT)/etc/X11