diff options
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index ff0413e..bc6295b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -98,6 +98,7 @@ install-data-local: $(macrosfiles) $(pkg_gconfig) for i in $(pkg_gconfig); do \ $(install_sh_DATA) $${i} $(DESTDIR)$(RPMSYSCONFDIR)/$${i}; \ done + $(install_sh_SCRIPT) rpmgenplatform $(DESTDIR)$(bindir)/rpmgenplatform .PHONY: ChangeLog test |