mirror of
https://github.com/moparisthebest/pacman
synced 2024-12-22 15:58:50 -05:00
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
@ -122,7 +122,7 @@ fi
|
||||
touch "$lockfile"
|
||||
|
||||
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
|
||||
msg "$(gettext "MD5sum'ing the old database...")"
|
||||
|
Loading…
Reference in New Issue
Block a user