Skip to content

Commit

Permalink
change the order.
Browse files Browse the repository at this point in the history
  • Loading branch information
laffer1 committed Aug 12, 2024
1 parent 5812d75 commit fb7bd44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release/scripts/pkg-stage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ fi
# Print pkg(8) information to make debugging easier.
${PKGCMD} index
cp /var/db/mport/index.db ${PKG_REPODIR}/index.db
${PKGCMD} download -o ${PKG_REPODIR} -d ${DVD_PACKAGES}
${PKGCMD} -o ${PKG_REPODIR} download -d ${DVD_PACKAGES}

# Always exit '0', even if pkg(8) complains about conflicts.
exit 0

0 comments on commit fb7bd44

Please sign in to comment.