summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorDirk von Suchodoletz2007-05-08 19:11:41 +0200
committerDirk von Suchodoletz2007-05-08 19:11:41 +0200
commitf15252aa203b0eb2517c5dc5d6957415c12e06f8 (patch)
tree493e69a2588c7bc9177ffff6f69c3b2f43a5ccac /Makefile
parentFix for the "-t" option in mkdxsinitrd and patch to add local additions (diff)
downloadcore-f15252aa203b0eb2517c5dc5d6957415c12e06f8.tar.gz
core-f15252aa203b0eb2517c5dc5d6957415c12e06f8.tar.xz
core-f15252aa203b0eb2517c5dc5d6957415c12e06f8.zip
Use the admin editable Cards.local and pcitable.local files again
(installed via Makefile to SLX_SHARE_PATH/share/templates/hwdata/{Cards,pcitable}.local) ... git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1030 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 07d0ecd0..9df0239c 100644
--- a/Makefile
+++ b/Makefile
@@ -198,6 +198,8 @@ supported."; \
$(DESTDIR)$(SLX_CONFIG_PATH)/; \
cp -a installer/default_files/machine-setup.default \
$(DESTDIR)$(SLX_SHARE_PATH)/templates/; \
+ cp -a installer/default_files/hwdata/{pcitable.local,Cards.local} \
+ $(DESTDIR)$(SLX_SHARE_PATH)/templates/; \
tar --exclude=.svn -cp -C installer/default_files tftpboot | \
tar -xp -C $(DESTDIR)$(SLX_SHARE_PATH); \
cd theming; tar --exclude=.svn -cp * | \