Get rid of the sym linked files.

The building block spins were getting included twice. But rather than change
them to sym links have the ks files use ../ so they can just be dropped.
This commit is contained in:
Bruno Wolff III 2010-06-07 00:02:00 -05:00
parent 01689a4bec
commit dc84eda507
10 changed files with 7 additions and 17 deletions

View File

@ -21,13 +21,9 @@ fedora_DATA = \
customdir = ${pkgdatadir}/custom/ customdir = ${pkgdatadir}/custom/
custom_DATA = \ custom_DATA = \
custom/README \ custom/README \
custom/fedora-livedvd-haskell.ks \ custom/fedora-livedvd-haskell.ks \
custom/qa-test-day.ks \ custom/qa-test-day.ks \
fedora-live-base.ks \
fedora-live-mini.ks \
fedora-livecd-desktop.ks \
fedora-livecd-kde.ks
l10ndir = ${pkgdatadir}/l10n/ l10ndir = ${pkgdatadir}/l10n/
l10n_DATA = \ l10n_DATA = \

View File

@ -3,5 +3,5 @@
This directory contains unofficial kickstarts. These have been technically This directory contains unofficial kickstarts. These have been technically
approved by the Fedora Spins SIG, but have no trademark approval. approved by the Fedora Spins SIG, but have no trademark approval.
Included in this directory is also a few symbolic links to official Fedora If these kickstart files include standard kickstarts (such as live-base),
kickstarts, used by the other kickstarts in this directory. they should use ../ for the directory name.

View File

@ -1 +0,0 @@
../fedora-live-base.ks

View File

@ -1 +0,0 @@
../fedora-live-desktop.ks

View File

@ -1 +0,0 @@
../fedora-live-mini.ks

View File

@ -1 +0,0 @@
../fedora-live-minimization.ks

View File

@ -1 +0,0 @@
../fedora-livecd-desktop.ks

View File

@ -1 +0,0 @@
../fedora-livecd-kde.ks

View File

@ -1,4 +1,4 @@
%include fedora-live-base.ks %include ../fedora-live-base.ks
part / --size 6000 part / --size 6000

View File

@ -1,4 +1,4 @@
%include fedora-livecd-desktop.ks %include ../fedora-livecd-desktop.ks
%packages %packages
gdb gdb