diff options
author | Bill Nottingham <notting@redhat.com> | 2002-11-12 07:05:41 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2002-11-12 07:05:41 +0000 |
commit | 496ebd2fdf4b942872da8ff64c9056f521b13fe7 (patch) | |
tree | f7c93df9c118961fddb77dd221d4989797d8f627 /Makefile | |
parent | e8bc1aaeb123b195541805b5bc68e74650a873bb (diff) | |
download | initscripts-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-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |