From 18197224eb467e611ba6b65dd388825ced384b2e Mon Sep 17 00:00:00 2001 From: Oliver Tappe Date: Tue, 3 Oct 2006 11:02:38 +0000 Subject: * 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 --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Makefile') 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)/ -- cgit v1.2.3-55-g7522