Fixed typo

This commit is contained in:
Dimitris Zlatanidis 2023-05-17 09:10:58 +03:00
parent a3467cb31e
commit bbbe2d533b

View file

@ -68,7 +68,7 @@ CASE_SENSITIVE = true
# Slackware command for install packages, instead, you can use 'installpkg'.
# Normally upgradepkg only upgrades packages that are already installed
# on the system, and will skip any packages that do not already have a
# version installed. If --install- new is specified, the behavior is
# version installed. If --install-new is specified, the behavior is
# modified to install new packages in addition to upgrading existing ones.
# See manpage of the upgradepkg.
INSTALLPKG = "upgradepkg --install-new"