summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorDirk von Suchodoletz2007-10-20 21:43:57 +0200
committerDirk von Suchodoletz2007-10-20 21:43:57 +0200
commitb97c0981cf0286e347c17643c29001cd824df57b (patch)
treeeaa3d4fdf7296482b4e3c6e6cf74ba4308972b90 /Makefile
parentuse new path for platform independent tpm-files (diff)
downloadcore-b97c0981cf0286e347c17643c29001cd824df57b.tar.gz
core-b97c0981cf0286e347c17643c29001cd824df57b.tar.xz
core-b97c0981cf0286e347c17643c29001cd824df57b.zip
Copy tpm stuff to the right place, correct some messages ...
git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1395 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 881097fd..a7d99bdc 100644
--- a/Makefile
+++ b/Makefile
@@ -133,6 +133,7 @@ supported."; \
-p $(SLX_BUILD_PATH)$(SLX_BASE_PATH)/bin \
-p $(SLX_BUILD_PATH)$(SLX_BASE_PATH)/share/templates \
-p $(SLX_BUILD_PATH)$(SLX_BASE_PATH)/share/cdboot \
+ -p $(SLX_BUILD_PATH)$(SLX_BASE_PATH)/share/tpm \
-p $(SLX_BUILD_PATH)$(SLX_BASE_PATH)/share/initramfs \
-p $(SLX_BUILD_PATH)$(SLX_BASE_PATH)/share/busybox \
-p $(SLX_BUILD_PATH)$(SLX_BASE_PATH)/share/splashy \
@@ -167,7 +168,7 @@ supported."; \
tar --exclude=.svn -cp -C os-plugins plugins \
| tar -xp -C $(SLX_BUILD_PATH)$(SLX_BASE_PATH)/lib; \
- @ # copy distro-info (some parts into /opt, others into /etc
+ @ # copy distro-info (some parts into /opt, others into /etc):
@tar --exclude=.svn --exclude=*.example \
-cp -C lib distro-info \
| tar -xp -C $(SLX_BUILD_PATH)$(SLX_BASE_PATH)/share; \
@@ -201,6 +202,8 @@ supported."; \
$(SLX_BUILD_PATH)$(SLX_BASE_PATH)/share/busybox/; \
cp -p tools/splashy{,_update} $(SLX_BUILD_PATH)$(SLX_BASE_PATH)/share/splashy/; \
cp -p tools/mksquashfs $(SLX_BUILD_PATH)$(SLX_BASE_PATH)/share/squashfs/; \
+ cd initramfs/tpm; tar --exclude=.svn -cp * | \
+ tar -xp -C $(SLX_BUILD_PATH)$(SLX_BASE_PATH)/share/tpm/; \
@ # create default config folder hierarchy:
@perl -Ilib -e 'use OpenSLX::ConfigFolder; createConfigFolderForDefaultSystem();'