Fix typo in pacman-optimize
Signed-off-by: Jason St. John <jstjohn@purdue.edu> Signed-off-by: Allan McRae <allan@archlinux.org>
This commit is contained in:
parent
230bd5c2fd
commit
1645dfd3d1
1 changed files with 1 additions and 1 deletions
|
@ -122,7 +122,7 @@ fi
|
||||||
touch "$lockfile"
|
touch "$lockfile"
|
||||||
|
|
||||||
workdir=$(mktemp -d "${TMPDIR:-/tmp}/pacman-optimize.XXXXXXXXXX") ||
|
workdir=$(mktemp -d "${TMPDIR:-/tmp}/pacman-optimize.XXXXXXXXXX") ||
|
||||||
die_r "$(gettext "Can not create temp directory for database building.")\n" >&2
|
die_r "$(gettext "Cannot create temporary directory for database building.")\n" >&2
|
||||||
|
|
||||||
# step 1: sum the old db
|
# step 1: sum the old db
|
||||||
msg "$(gettext "MD5sum'ing the old database...")"
|
msg "$(gettext "MD5sum'ing the old database...")"
|
||||||
|
|
Loading…
Add table
Reference in a new issue