aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2002-11-12 07:05:41 +0000
committerBill Nottingham <notting@redhat.com>2002-11-12 07:05:41 +0000
commit496ebd2fdf4b942872da8ff64c9056f521b13fe7 (patch)
treef7c93df9c118961fddb77dd221d4989797d8f627 /Makefile
parente8bc1aaeb123b195541805b5bc68e74650a873bb (diff)
downloadinitscripts-496ebd2fdf4b942872da8ff64c9056f521b13fe7.tar
initscripts-496ebd2fdf4b942872da8ff64c9056f521b13fe7.tar.gz
initscripts-496ebd2fdf4b942872da8ff64c9056f521b13fe7.tar.bz2
initscripts-496ebd2fdf4b942872da8ff64c9056f521b13fe7.tar.xz
initscripts-496ebd2fdf4b942872da8ff64c9056f521b13fe7.zip
blah
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 87bf2b02..7d99f5df 100644
--- a/Makefile
+++ b/Makefile
@@ -46,8 +46,8 @@ install:
mkdir -p $(ROOT)/etc/sysconfig/console
if uname -m | grep -q s390 ; then \
install -m644 sysconfig/init.s390 $(ROOT)/etc/sysconfig/init ; \
- else
- rm -f $(ROOT)/etc/sysconfig/init.s390
+ else \
+ rm -f $(ROOT)/etc/sysconfig/init.s390 \
fi
mv $(ROOT)/etc/sysconfig/network-scripts/ifup $(ROOT)/sbin