summaryrefslogtreecommitdiff
path: root/debian/patches/deb-examples.diff
blob: 4c001b89be3b43774679f16e1fcf2c922cb61859 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# DP: document readline header location on Debian systems

--- a/examples/loadables/README
+++ b/examples/loadables/README
@@ -32,6 +32,9 @@
 guide'.  The file template.c provides a template to use for creating
 new loadable builtins.
 
+On Debian GNU/Linux systems, the bash headers are in /usr/include/bash.
+The appropriate options are already set in the example Makefile.
+
 basename.c	Return non-directory portion of pathname.
 cat.c		cat(1) replacement with no options - the way cat was intended.
 cut.c		cut(1) replacement.