summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorOliver Tappe2007-02-21 16:28:29 +0100
committerOliver Tappe2007-02-21 16:28:29 +0100
commita4b9b925e1acbd36cfdff926cf55108aabf8e187 (patch)
tree1701d789704b1f3f8c2bb30967aa2a53165d7d34 /Makefile
parent* renamed settings.local files to settings.local.example in order to not avoi... (diff)
downloadcore-a4b9b925e1acbd36cfdff926cf55108aabf8e187.tar.gz
core-a4b9b925e1acbd36cfdff926cf55108aabf8e187.tar.xz
core-a4b9b925e1acbd36cfdff926cf55108aabf8e187.zip
* slxos-setup and the required files are now installed, too.
git-svn-id: http://svn.openslx.org/svn/openslx/trunk@708 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 95430550..37e92c3e 100644
--- a/Makefile
+++ b/Makefile
@@ -131,13 +131,16 @@ supported."; \
@sed -e "s,@@@SLX_CONFIG_PATH@@@,$(SLX_CONFIG_PATH)," \
-i $(SLX_BIN_PATH)/slxmkramfs
- @# copy all PERL-scripts from config-db and their required modules:
+ @# copy all PERL-scripts and their required modules:
@cp bin/slx* $(SLX_BIN_PATH)/
@cp config-db/slx* $(SLX_BIN_PATH)/
- @tar --exclude=.svn -cp -C lib OpenSLX | \
+ @cp installer/slx* $(SLX_BIN_PATH)/
+ @tar --exclude=.svn -cp -C lib OpenSLX distro-info | \
tar -xp -C $(SLX_BASE_PATH)/lib
@tar --exclude=.svn -cp -C config-db OpenSLX | \
tar -xp -C $(SLX_BASE_PATH)/lib
+ @tar --exclude=.svn -cp -C installer OpenSLX | \
+ tar -xp -C $(SLX_BASE_PATH)/lib
@# link all binaries & scripts into user-path:
@ln -sf $(SLX_BIN_PATH)/slx* $(USR_BIN_PATH)/