repo: rxvt-unicode-sixel action: commit revision: path_from: revision_from: a8779fdf87ce9ee6e3eb201e2a8b0e301fb5bbae: path_to: revision_to:
commit a8779fdf87ce9ee6e3eb201e2a8b0e301fb5bbae Author: Emanuele GiaquintaDate: Sat May 22 12:53:49 2010 +0000 Simplify. diff --git a/src/Makefile.in b/src/Makefile.in
--- a/src/Makefile.in +++ b/src/Makefile.in @@ -99,7 +99,7 @@ install-perl: @IF_PERL@ $(INSTALL) -d $(DESTDIR)$(libdir)/urxvt @IF_PERL@ $(INSTALL) -d $(DESTDIR)$(libdir)/urxvt/perl @IF_PERL@ $(INSTALL_DATA) $(srcdir)/urxvt.pm $(DESTDIR)$(libdir)/urxvt/urxvt.pm -@IF_PERL@ for ext in $(srcdir)/perl/*; do test -f "$$ext" && $(INSTALL_DATA) "$$ext" $(DESTDIR)$(libdir)/urxvt/perl/"`basename "$$ext"`"; done +@IF_PERL@ for ext in $(srcdir)/perl/*; do test -f "$$ext" && $(INSTALL_DATA) "$$ext" $(DESTDIR)$(libdir)/urxvt/perl/; done install-bin: allbin $(INSTALL) -d $(DESTDIR)$(bindir)
-----END OF PAGE-----