commit 9e86b4bc239314b995475bebd5eb2844a9923ecf
parent d2a463888360ae3e7afe21c1496ce286ecd9de9c
Author: Erik Letson <hmagellan@hmagellan.com>
Date: Sat, 15 Aug 2020 00:16:34 -0500
Correction in README
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README b/README
@@ -12,7 +12,7 @@ applied in order to use the patch. Be sure to read USAGE carefully before applyi
package manager, Portage, offers a built-in utility for patching programs, and this utility works nicely with the patches for dwm
that can be found on suckless.org. Additionally, since Portage is a source-based package manager, it also offers a utility for
editing config.h files in Suckless programs by using the 'savedconfig' USE flag. This USE flag, when enabled, will create a directory
-in /etc/portage/savedconfig that contains a header file (this file is located in /etc/portage/savedconfig/x11-wm/dwm/ in dwm's case).
+in /etc/portage/savedconfig that contains a header file (this file is located in /etc/portage/savedconfig/x11-wm/ in dwm's case).
This header file can be edited just like the one that you would edit if you were working with a git repository or other copy of the
dwm code directly. Edits made to this file are applied as a diff to config.def.h at emerge time, thus providing a very simple and
convenient way of incorporating Suckless's recommended modification methodology in a Portage-friendly fashion. There is a problem