summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorDirk von Suchodoletz2007-05-30 16:12:33 +0200
committerDirk von Suchodoletz2007-05-30 16:12:33 +0200
commitc80f287b64eb53e0cb961bc7f3e12ca878f120a5 (patch)
tree7d159faffaaed1b99132fcc1d500df8bc2e382b7 /Makefile
parent* added missing glibc-32bit to suse-10.2_x86_64 distro info (diff)
downloadcore-c80f287b64eb53e0cb961bc7f3e12ca878f120a5.tar.gz
core-c80f287b64eb53e0cb961bc7f3e12ca878f120a5.tar.xz
core-c80f287b64eb53e0cb961bc7f3e12ca878f120a5.zip
Fix for mkdxsinitrd (see r1114) and several testing stuff ...
git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1116 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d84fcd6b..f5d166e7 100644
--- a/Makefile
+++ b/Makefile
@@ -169,9 +169,10 @@ supported."; \
@ # copy license
@cp COPYING $(DESTDIR)$(SLX_BASE_PATH)/;
- @ # copy initramfs generator scripts (and inject SLX_CONFIG_PATH on the way):
+ @ # copy initramfs generator scripts (and inject SLX_CONFIG_PATH, SLX_SHARE_PATH on the way):
@cp ./initramfs/mkdxsinitrd $(DESTDIR)$(SLX_BIN_PATH)/; \
sed -e "s,@@@SLX_CONFIG_PATH@@@,$(SLX_CONFIG_PATH)," \
+ -e "s,@@@SLX_SHARE_PATH@@@,$(SLX_SHARE_PATH)," \
-i $(DESTDIR)$(SLX_BIN_PATH)/mkdxsinitrd;
@ # copy all PERL-scripts and their required modules: