Magellan Linux

Contents of /trunk/pango/patches/pango-1.24.1-no-program-suffix-in-man.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 771 - (show annotations) (download)
Sun Apr 26 18:17:07 2009 UTC (15 years ago) by niro
File size: 510 byte(s)
added fixes for 1.24.1

1 --- pango-1.24.1/pango-view/Makefile.in 2009-04-14 01:09:47.000000000 +0200
2 +++ pango-1.24.1/pango-view/Makefile.in.multilib 2009-04-26 20:49:58.000000000 +0200
3 @@ -496,7 +496,7 @@
4 esac; \
5 inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
6 inst=`echo $$inst | sed -e 's/^.*\///'`; \
7 - inst=`echo $$inst | sed '$(transform)'`.$$ext; \
8 + inst=$$inst.$$ext; \
9 echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
10 $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst"; \
11 done