diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2004-01-22 15:30:15 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2004-01-22 15:30:15 +0000 |
commit | 6a1f50806aa9aae9de29569c7a29fb03c04e042a (patch) | |
tree | 37f4ff0dd1a9ca45b8e5464884cb9fd646ada5cc /Makefile | |
parent | d25b29f6819f6c73f1ce6e27bc2e0bdd1526552d (diff) | |
download | drakx-6a1f50806aa9aae9de29569c7a29fb03c04e042a.tar drakx-6a1f50806aa9aae9de29569c7a29fb03c04e042a.tar.gz drakx-6a1f50806aa9aae9de29569c7a29fb03c04e042a.tar.bz2 drakx-6a1f50806aa9aae9de29569c7a29fb03c04e042a.tar.xz drakx-6a1f50806aa9aae9de29569c7a29fb03c04e042a.zip |
fix typo
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -24,10 +24,10 @@ tar: clean install_only: for i in images misc Mandrake Mandrake/base Mandrake/share; do install -d $(ROOTDEST)/$$i ; done ifneq (ppc,$(ARCH)) - cp -f images/* $(ROOTDEST)/images; done + cp -f images/* $(ROOTDEST)/images endif ifeq (alpha,$(ARCH)) - cp -f images/* $(ROOTDEST)/boot; done + cp -f images/* $(ROOTDEST)/boot cp -f vmlinux.gz $(ROOTDEST)/boot/instboot.gz make -C tools/$(ARCH)/cd install ROOTDEST=$(ROOTDEST) endif |