From 2ceac6546a0246ed4a67e407dcade88cb87f936e Mon Sep 17 00:00:00 2001 From: wart Date: Sun, 3 Aug 2008 19:56:19 -0700 Subject: [PATCH 1/3] Modify game list to reduce footprint of DVD image --- fedora-livedvd-games.ks | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/fedora-livedvd-games.ks b/fedora-livedvd-games.ks index a942377..04493dc 100644 --- a/fedora-livedvd-games.ks +++ b/fedora-livedvd-games.ks @@ -54,14 +54,12 @@ torcs tremulous ultimatestunts vdrift -vegastrike warzone2100 wesnoth widelands worminator wormux xmoto -xpilot-ng # traditional (small) @@ -169,6 +167,7 @@ vodovod # card games poker2d +PySolFC # educational/simulation From a0c61670924a92cf147f505ef5ed8392dd624e9c Mon Sep 17 00:00:00 2001 From: "Jeroen van Meeuwen (Fedora Unity)" Date: Thu, 7 Aug 2008 21:54:03 +0200 Subject: [PATCH 2/3] Add education-math to automake --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile.am b/Makefile.am index 4a258c2..182f14e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -10,6 +10,7 @@ kickstart_DATA = \ fedora-livecd-desktop-nl_NL.ks \ fedora-livecd-desktop-pt_BR.ks \ fedora-livecd-desktop-pt_PT.ks \ + fedora-livecd-education-math.ks \ fedora-livecd-electronic-lab.ks \ fedora-livecd-electronic-lab-nl_NL.ks \ fedora-livecd-electronic-lab-pt_PT.ks \ @@ -23,6 +24,7 @@ kickstart_DATA = \ fedora-livedvd-developer.ks \ fedora-livedvd-developer-nl_NL.ks \ fedora-livedvd-developer-pt_PT.ks \ + fedora-livedvd-electronic-lab.ks \ fedora-livedvd-games.ks \ fedora-livedvd-games-nl_NL.ks \ fedora-livedvd-games-pt_PT.ks From dc08281a32e6f23e80ee6f26e7e9ce4cd83d4a67 Mon Sep 17 00:00:00 2001 From: "Jeroen van Meeuwen (Fedora Unity)" Date: Fri, 8 Aug 2008 11:30:53 +0200 Subject: [PATCH 3/3] Remove with uninstall --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 182f14e..3214080 100644 --- a/Makefile.am +++ b/Makefile.am @@ -46,7 +46,7 @@ DISTCLEANFILES = \ install-exec-local: uninstall-local: - rm -f $(DESTDIR)$(pkgdatadir) + rm -rf $(DESTDIR)$(pkgdatadir) clean: rm -f ChangeLog