aboutsummaryrefslogtreecommitdiff
path: root/release/scripts/pkg-stage.sh
diff options
context:
space:
mode:
Diffstat (limited to 'release/scripts/pkg-stage.sh')
-rwxr-xr-xrelease/scripts/pkg-stage.sh5
1 files changed, 3 insertions, 2 deletions
diff --git a/release/scripts/pkg-stage.sh b/release/scripts/pkg-stage.sh
index f9216b52b088..083b1baa3358 100755
--- a/release/scripts/pkg-stage.sh
+++ b/release/scripts/pkg-stage.sh
@@ -15,6 +15,8 @@ export PORTSDIR="${PORTSDIR:-/usr/ports}"
_DVD_PACKAGES="
devel/git@lite
+editors/emacs
+editors/vim
misc/freebsd-doc-all
net/mpd5
net/rsync
@@ -29,7 +31,6 @@ sysutils/tmux
www/firefox
www/links
x11/gnome
-x11/kde
x11/sddm
x11/xorg
x11-wm/sway
@@ -110,7 +111,7 @@ ${PKGCMD} repo ${PKG_REPODIR}
if [ $NO_ROOT ]; then
mtree -c -p $ROOTDIR | mtree -C -k type,mode,link,size | \
- grep '^./packages/' >> $ROOTDIR/METALOG
+ grep '^./packages[/ ]' >> $ROOTDIR/METALOG
fi
# Always exit '0', even if pkg(8) complains about conflicts.