Skip to content

Commit f9d2624

Browse files
committed
release.sh.in: Drop Cinnamon, LXDE
1 parent 7cd19af commit f9d2624

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

release.sh.in

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,9 @@ MKLIVE_REPO=(-r /hostdir/binpkgs -r /hostdir/binpkgs/nonfree -r /hostdir/musl -r
1919

2020
./build-x86-images.sh -a x86_64 -b base "${MKLIVE_REPO[@]}"
2121
./build-x86-images.sh -a x86_64 -b xfce "${MKLIVE_REPO[@]}"
22-
./build-x86-images.sh -a x86_64 -b cinnamon "${MKLIVE_REPO[@]}"
23-
./build-x86-images.sh -a x86_64 -b lxde "${MKLIVE_REPO[@]}"
2422

2523
./build-x86-images.sh -a x86_64-musl -b base "${MKLIVE_REPO[@]}"
2624
./build-x86-images.sh -a x86_64-musl -b xfce "${MKLIVE_REPO[@]}"
27-
./build-x86-images.sh -a x86_64-musl -b cinnamon "${MKLIVE_REPO[@]}"
28-
./build-x86-images.sh -a x86_64-musl -b lxde "${MKLIVE_REPO[@]}"
2925

3026
mkdir "$DATECODE"
3127
mv "*${DATECODE}*.xz" "$DATECODE/"

0 commit comments

Comments
 (0)