summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorStew Benedict <stewb@mandriva.org>2005-06-23 05:07:39 +0000
committerStew Benedict <stewb@mandriva.org>2005-06-23 05:07:39 +0000
commit8e78685eed20c4bc34e6a22ac8e6548c9305411a (patch)
tree9bfd28133212cd890f023e6ab8096ebcb480ff89 /Makefile
parent81a1726cce6cadfd65131c8a27a545cfc7e2a31b (diff)
downloaddrakx-backup-do-not-use-8e78685eed20c4bc34e6a22ac8e6548c9305411a.tar
drakx-backup-do-not-use-8e78685eed20c4bc34e6a22ac8e6548c9305411a.tar.gz
drakx-backup-do-not-use-8e78685eed20c4bc34e6a22ac8e6548c9305411a.tar.bz2
drakx-backup-do-not-use-8e78685eed20c4bc34e6a22ac8e6548c9305411a.tar.xz
drakx-backup-do-not-use-8e78685eed20c4bc34e6a22ac8e6548c9305411a.zip
Setup needed files for Xbox boot in /export
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 1885a64dc..c243ba874 100644
--- a/Makefile
+++ b/Makefile
@@ -35,6 +35,7 @@ install_only:
ifeq (i386,$(ARCH))
rm -rf $(ROOTDEST)/isolinux
+ [ -d isolinux/xbox ] && mv -f isolinux/xbox/{linuxboot.cfg,default.xbe} $(ROOTDEST)
cp -af isolinux $(ROOTDEST)
endif