diff options
| author | 2024-11-23 15:02:47 -0800 | |
|---|---|---|
| committer | 2024-11-23 15:02:47 -0800 | |
| commit | 4943dc58a8c6d42a7219731b7c75963183753e22 (patch) | |
| tree | 5cf75bbaffbd05acb0cf7f041764cfadc4134e07 /teams | |
| parent | 21a2d09ca27e67dde8a546879e603153ec2c92a8 (diff) | |
| download | kiwi-descriptions-4943dc58a8c6d42a7219731b7c75963183753e22.tar.gz kiwi-descriptions-4943dc58a8c6d42a7219731b7c75963183753e22.zip | |
Fix a line ordering error in lxde.xml
Signed-off-by: Adam Williamson <awilliam@redhat.com>
Diffstat (limited to 'teams')
| -rw-r--r-- | teams/lxde.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/teams/lxde.xml b/teams/lxde.xml index 526a69c..55f3524 100644 --- a/teams/lxde.xml +++ b/teams/lxde.xml @@ -3,11 +3,11 @@ <profile name="LXDE-Live" description="LXDE Spin Live DVD"> <requires profile="LXDE-Desktop"/> <requires profile="LiveInstall"/> + </profile> <profile name="LXDE-Disk" description="LXDE Spin Install Disk"> <requires profile="LXDE-Desktop"/> <requires profile="BootDiskCore"/> </profile> - </profile> </profiles> <packages type="bootstrap" patternType="plusRecommended" profiles="LXDE-Live,LXDE-Disk"> <package name="fedora-release-lxde"/> |