summaryrefslogtreecommitdiffstats
path: root/src/Makefile.in
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2012-10-21 17:33:27 (EDT)
committer P. J. McDermott <pjm@nac.net>2012-10-21 17:44:10 (EDT)
commit0e12876e56e414f8df1b4ce111e1d11d5b733771 (patch)
tree0109c175b7888461648554c9a0f5147c7b7fb314 /src/Makefile.in
parentd42160e298f920b093ff490a045b42fe1410c598 (diff)
Write and document oh-fixperms.
Diffstat (limited to 'src/Makefile.in')
-rw-r--r--src/Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Makefile.in b/src/Makefile.in
index 74063c2..e3f742a 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -41,7 +41,8 @@ sed_script = s&@@PACKAGE_NAME@@&$(package_name)&;\
SRCS = \
oh-installfiles.sh \
- oh-strip.sh
+ oh-strip.sh \
+ oh-fixperms.sh
OBJS = $(SRCS:.sh=)
distdir = ../$(package_name)-$(package_version)/src