From a4b9b925e1acbd36cfdff926cf55108aabf8e187 Mon Sep 17 00:00:00 2001 From: Oliver Tappe Date: Wed, 21 Feb 2007 15:28:29 +0000 Subject: * 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 --- Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'Makefile') 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)/ -- cgit v1.2.3-55-g7522