diff options
author | Ralf Corsépius <corsepiu@fedoraproject.org> | 2007-11-23 06:28:09 +0100 |
---|---|---|
committer | Ralf Corsépius <corsepiu@fedoraproject.org> | 2007-11-23 06:28:09 +0100 |
commit | 7fb2899b84ec829cb72a059e7ae32b23a7c80669 (patch) | |
tree | 5676e03a2b9122f9952149420744fd052cef5b17 /Makefile.am | |
parent | fb370262070657ea317309885b84defe73b520da (diff) | |
download | rpm-7fb2899b84ec829cb72a059e7ae32b23a7c80669.tar.gz rpm-7fb2899b84ec829cb72a059e7ae32b23a7c80669.tar.bz2 rpm-7fb2899b84ec829cb72a059e7ae32b23a7c80669.zip |
Fix typo in preinstall.am generation.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index c025a150b..69529376f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -395,7 +395,7 @@ $(top_srcdir)/preinstall.am: Makefile.am @for f in $(HEADERS); do \ b=`basename $$f`; \ echo 'include/rpm/'$$b': '$$f include/rpm/$(dirstamp) >> $(top_srcdir)/preinstall.am;\ - echo ' $$(INSTALL_DATA) '$(top_srcdir)/$$f' include/rpm/'$$b >> $(top_srcdir)/preinstall.am; \ + echo ' $$(INSTALL_DATA) $$(top_srcdir)/'$$f' include/rpm/'$$b >> $(top_srcdir)/preinstall.am; \ echo 'BUILT_SOURCES += include/rpm/'$$b >> $(top_srcdir)/preinstall.am; \ echo 'CLEANFILES += include/rpm/'$$b >> $(top_srcdir)/preinstall.am; \ done |