mirror of
https://github.com/rworkman/slackpkg
synced 2024-12-25 21:58:42 +01:00
Don't create blacklist when running update.
This commit is contained in:
parent
a1dd8f3f53
commit
9cd55c9ae2
1 changed files with 1 additions and 1 deletions
|
@ -163,7 +163,7 @@ function system_setup() {
|
|||
|
||||
# Create initial blacklist of single package names from regexps in
|
||||
# ${CONF}/blacklist.
|
||||
mkregex_blacklist
|
||||
[ "$CMD" != update ] && mkregex_blacklist
|
||||
|
||||
SLACKCFVERSION=$(grep "# v[0-9.]\+" $CONF/slackpkg.conf | cut -f2 -dv)
|
||||
CHECKSUMSFILE=${WORKDIR}/CHECKSUMS.md5
|
||||
|
|
Loading…
Reference in a new issue