mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-13 20:01:48 +01:00
Fixed typo
This commit is contained in:
parent
a3467cb31e
commit
bbbe2d533b
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue