summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorOliver Tappe2006-10-03 13:02:38 +0200
committerOliver Tappe2006-10-03 13:02:38 +0200
commit18197224eb467e611ba6b65dd388825ced384b2e (patch)
tree6368fd987c09dd33e878322a02bc6a50b9205e42 /Makefile
parentSmall fix: suppress error output of tftp client. (diff)
downloadcore-18197224eb467e611ba6b65dd388825ced384b2e.tar.gz
core-18197224eb467e611ba6b65dd388825ced384b2e.tar.xz
core-18197224eb467e611ba6b65dd388825ced384b2e.zip
* fixed problem with perl-scripts not finding their modules in production path
* perl-modules are now installed in $SLX_BASE_PATH/lib instead of .../bin, as that's how it's usually done. git-svn-id: http://svn.openslx.org/svn/openslx/trunk@433 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 36945946..0a39934a 100644
--- a/Makefile
+++ b/Makefile
@@ -81,6 +81,7 @@ tarball:
install:
@echo "Installing OpenSLX project files"
@mkdir -p $(SLX_CONFIG_PATH) \
+ -p $(SLX_BASE_PATH)/lib \
-p $(SLX_BIN_PATH) \
-p $(SLX_SHARE_PATH)/templates \
-p $(SLX_SHARE_PATH)/initramfs \
@@ -101,7 +102,8 @@ install:
@# copy all PERL-scripts from config-db and their required modules:
@cp config-db/slx* $(SLX_BIN_PATH)/
- @tar --exclude=.svn -cp -C config-db OpenSLX | tar -xp -C $(SLX_BIN_PATH)
+ @tar --exclude=.svn -cp -C config-db OpenSLX | \
+ tar -xp -C $(SLX_BASE_PATH)/lib
@# link all binaries & scripts into user-path:
@ln -sf $(SLX_BIN_PATH)/slx* $(USR_BIN_PATH)/