diff options
| -rw-r--r-- | scripts/Makefile.am | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/scripts/Makefile.am b/scripts/Makefile.am index 5d69993e..43045df2 100644 --- a/scripts/Makefile.am +++ b/scripts/Makefile.am @@ -142,7 +142,7 @@ makepkg-wrapper: \  	$(AM_V_at)chmod +x,a-w $@  	$(AM_V_at)$(LN_S) makepkg-wrapper makepkg -install-data-hook: +install-exec-hook:  	cd $(DESTDIR)$(bindir) && \  		$(RM) makepkg makepkg-wrapper  	$(INSTALL) .lib/makepkg $(DESTDIR)$(bindir)/makepkg | 
