summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
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