summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorDave Brolley <brolley@redhat.com>2009-12-21 12:19:15 -0500
committerDave Brolley <brolley@redhat.com>2009-12-21 12:19:15 -0500
commite4168d7878d50b98aa2df491dd0ba20dad05e475 (patch)
tree45e6cdbe13311604a09033f8b6afb40bb1bfa1b9 /Makefile.am
parent43a03765d0b6f03f2af8f45424e67a7f90d028c0 (diff)
downloadsystemtap-steved-e4168d7878d50b98aa2df491dd0ba20dad05e475.tar.gz
systemtap-steved-e4168d7878d50b98aa2df491dd0ba20dad05e475.tar.xz
systemtap-steved-e4168d7878d50b98aa2df491dd0ba20dad05e475.zip
Typos in install and rpm spec.
o add / suffix to stap_pkglibexecdir o typo: %{name%} -> %{name}
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 0f21e248..5f02c4e5 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -121,7 +121,7 @@ install-scripts: install-binSCRIPTS install-pkglibexecSCRIPTS
sed -i -e "s,\$${PKGLIBEXECDIR},$(pkglibexecdir)/," $(DESTDIR)$(bindir)/$$f; \
done
for f in $(pkglibexec_SCRIPTS); do \
- sed -i -e "/INSTALL-HOOK/d;s,exec_prefix=.*,exec_prefix=$(exec_prefix)/bin/,;s,sysconfdir=.*,sysconfdir=$(sysconfdir),;s,pkglibexecdir=.*,pkglibexecdir=$(pkglibexecdir),;s,\$${PKGLIBEXECDIR},$(pkglibexecdir)/," $(DESTDIR)$(pkglibexecdir)/$$f; \
+ sed -i -e "/INSTALL-HOOK/d;s,exec_prefix=.*,exec_prefix=$(exec_prefix)/bin/,;s,sysconfdir=.*,sysconfdir=$(sysconfdir),;s,pkglibexecdir=.*,pkglibexecdir=$(pkglibexecdir)/,;s,\$${PKGLIBEXECDIR},$(pkglibexecdir)/," $(DESTDIR)$(pkglibexecdir)/$$f; \
done
endif
endif