mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Fix typos in aurblup source and "README".
Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
This commit is contained in:
parent
ddc54358d0
commit
13bcc269ff
2 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
aurblup
|
aurblup
|
||||||
=======
|
=======
|
||||||
|
|
||||||
aurblup is a small and leightweight tool that updates the package blacklist of
|
aurblup is a small and lightweight tool that updates the package blacklist of
|
||||||
an AUR MySQL database using one (or more) package databases. It does the
|
an AUR MySQL database using one (or more) package databases. It does the
|
||||||
following things:
|
following things:
|
||||||
|
|
||||||
|
@ -21,7 +21,7 @@ Installation
|
||||||
|
|
||||||
Edit the "config.h" (copy from "config.h.proto" if doesn't exist) and
|
Edit the "config.h" (copy from "config.h.proto" if doesn't exist) and
|
||||||
"config.mk" configuration files to match your setup and enter the following
|
"config.mk" configuration files to match your setup and enter the following
|
||||||
command to build and install dwm:
|
command to build and install aurblup:
|
||||||
|
|
||||||
make install
|
make install
|
||||||
|
|
||||||
|
|
|
@ -37,7 +37,7 @@ die(const char *format, ...)
|
||||||
va_list arg;
|
va_list arg;
|
||||||
|
|
||||||
va_start(arg, format);
|
va_start(arg, format);
|
||||||
fprintf(stderr, "blackup: ");
|
fprintf(stderr, "aurblup: ");
|
||||||
vfprintf(stderr, format, arg);
|
vfprintf(stderr, format, arg);
|
||||||
va_end(arg);
|
va_end(arg);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue