diff options
Diffstat (limited to 'source/buildlist-from-changelog.sh')
-rwxr-xr-x | source/buildlist-from-changelog.sh | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/source/buildlist-from-changelog.sh b/source/buildlist-from-changelog.sh index 0c2b2a0ad..56719c286 100755 --- a/source/buildlist-from-changelog.sh +++ b/source/buildlist-from-changelog.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright 2018 Patrick J. Volkerding, Sebeka, Minnesota, USA +# Copyright 2018, 2020 Patrick J. Volkerding, Sebeka, Minnesota, USA # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -273,7 +273,8 @@ cat $TMPDIR/header $TMPDIR/kernel $TMPDIR/sobumps $TMPDIR/perl $TMPDIR/packages # the next test handle the main xorg-server package. if [ "$PACKAGE" = "xorg-server-xnest" -o \ "$PACKAGE" = "xorg-server-xvfb" -o \ - "$PACKAGE" = "xorg-server-xephyr" ]; then + "$PACKAGE" = "xorg-server-xephyr" -o \ + "$PACKAGE" = "xorg-server-xwayland" ]; then echo "#x/x11/x11.SlackBuild xserver xorg-server" >> $TMPDIR/output continue fi |