repo: rxvt-unicode-sixel
action: commit
revision: 
path_from: 
revision_from: a8779fdf87ce9ee6e3eb201e2a8b0e301fb5bbae:
path_to: 
revision_to: 
git.thebackupbox.net
rxvt-unicode-sixel
git clone git://git.thebackupbox.net/rxvt-unicode-sixel
commit a8779fdf87ce9ee6e3eb201e2a8b0e301fb5bbae
Author: Emanuele Giaquinta 
Date:   Sat May 22 12:53:49 2010 +0000

    Simplify.

diff --git a/src/Makefile.in b/src/Makefile.in
index 1b1313fab73e530a6711d648ec2d699ef41fc8cf..
index ..c157d0265f26490563335c872c0aded93e1927e8 100644
--- 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-----