summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorOliver Tappe2007-01-14 19:56:22 +0100
committerOliver Tappe2007-01-14 19:56:22 +0100
commit28b951bd60ffe064fc7328d11dd5829addf79b41 (patch)
treeea4b29e682bc36f1e871da5a51363b95bfdae399 /Makefile
parent* removed directory from wrong place (diff)
downloadcore-28b951bd60ffe064fc7328d11dd5829addf79b41.tar.gz
core-28b951bd60ffe064fc7328d11dd5829addf79b41.tar.xz
core-28b951bd60ffe064fc7328d11dd5829addf79b41.zip
* adjusted scripts and Makefile to new directory layout
git-svn-id: http://svn.openslx.org/svn/openslx/trunk@628 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 37928d4b..ae726f58 100644
--- a/Makefile
+++ b/Makefile
@@ -133,6 +133,8 @@ supported."; \
@# copy all PERL-scripts from config-db and their required modules:
@cp config-db/slx* $(SLX_BIN_PATH)/
+ @tar --exclude=.svn -cp -C lib OpenSLX | \
+ tar -xp -C $(SLX_BASE_PATH)/lib
@tar --exclude=.svn -cp -C config-db OpenSLX | \
tar -xp -C $(SLX_BASE_PATH)/lib