patch to README
Jeff Abrahamson <[email protected]>
| Newsgroups | gmane.comp.window-managers.ratpoison.devel |
|---|---|
| Message-ID | <CAM4Y7zwhKErRKfC=GDUxK58yfLdLw8G209Dyr6-AwJCXLEPfhg@mail.gmail.com> |
I didn't find instructions on how you'd like patches. Let me know if you'd rather something else. Jeff Abrahamson +33 6 24 40 01 57 +44 7920 594 255 http://jeff.purple.com/ http://blog.purple.com/jeff/ _______________________________________________ Ratpoison-devel mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/ratpoison-devel
0001-Fix-build-instructions.patch
(text/x-patch, 808 B)
From 6695e2d177f323a2df0866a926496388f488ad67 Mon Sep 17 00:00:00 2001 From: Jeff Abrahamson <[email protected]> Date: Fri, 18 Apr 2014 18:32:33 +0200 Subject: [PATCH] Fix build instructions. 1. Propose use of sudo rather than old-fashioned su. Lead by example. 2. Reminder to run autogen.sh when pulling source from savannah git. --- README | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README b/README index 5189352..507c6d9 100644 --- a/README +++ b/README @@ -28,7 +28,10 @@ $ ./configure && make if you want to install it, simply type 'make install' as a privileged user: -# make install +$ sudo make install + +If you have cloned the ratpoison git repository, you may need to run +autogen.sh before running configure. Customization ------------- -- 1.8.3.2