summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorDirk von Suchodoletz2007-01-09 02:28:04 +0100
committerDirk von Suchodoletz2007-01-09 02:28:04 +0100
commitb19a75611379e0a57a3edf06eb702a41109be60b (patch)
tree6a20855b7c152ac0b63edba05cc6ff98e967ed4c /Makefile
parentEnsure that we don't add a superfluous space and later do not detect if (diff)
downloadcore-b19a75611379e0a57a3edf06eb702a41109be60b.tar.gz
core-b19a75611379e0a57a3edf06eb702a41109be60b.tar.xz
core-b19a75611379e0a57a3edf06eb702a41109be60b.zip
x86_64 architecture integration should be started ...
git-svn-id: http://svn.openslx.org/svn/openslx/trunk@604 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile10
1 files changed, 6 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 9ca2870d..f3be5ba0 100644
--- a/Makefile
+++ b/Makefile
@@ -1,11 +1,11 @@
# Makefile for creating project tarball and installing the project
# to the various destination directories
#
-# Lars Mueller <lm@openslx.com>, 2006
-# Dirk von Suchodoletz <dvs@openslx.com>, 2006
+# Lars Mueller <lm@openslx.com>, 2006, 2007
+# Dirk von Suchodoletz <dvs@openslx.com>, 2006, 2007
# Michael Janczyk, 2006
#
-# (c) 2006 - OpenSLX.ORG Project
+# (c) 2006, 2007 - OpenSLX GmbH
# the following defaults should be filled via 'configure'
# and each of them can be overriden by setting the environment variable
@@ -151,7 +151,9 @@ supported."; \
tar -xp -C $(SLX_SHARE_PATH)
@cd theming; tar --exclude=.svn -cp * | \
tar -xp -C $(SLX_SHARE_PATH)/themes; cd ..
- @cp -p tools/busybox{,.links} installer/slxbootstrap $(SLX_SHARE_PATH)/busybox/
+ @# ia32 busybox should be renamed accordingly ...
+ @cp -p tools/busybox{,.links,.x86_64} installer/slxbootstrap \
+ $(SLX_SHARE_PATH)/busybox/
@# create pre-/postinit scripts for us in initramfs:
@echo -e "#!/bin/sh\n#\n# This script allows the local admin to \