updated on Thu Jan 12 00:00:55 UTC 2012
[aur-mirror.git] / nana / nana-fix-makefile.patch
blobe89b53a8750c5ea87ca00514db5ac3a8b972f429
1 --- man/Makefile 2008-03-28 14:42:42.612628970 -0500
2 +++ man/Makefile.new 2008-03-28 15:11:31.435796044 -0500
3 @@ -273,8 +273,8 @@ maintainer-clean-generic clean mostlycle
4 install-data-local:
5 @sect=1; \
6 inst=`echo "nana" | sed '$(transform)'`.1; \
7 - echo installing nana.1 as $(mandir)/man$$sect/$$inst; \
8 - $(INSTALL_DATA) $(srcdir)/nana.1 $(mandir)/man$$sect/$$inst
9 + echo installing nana.1 as $(DESTDIR)$(mandir)/man$$sect/$$inst; \
10 + $(INSTALL_DATA) $(srcdir)/nana.1 $(DESTDIR)$(mandir)/man$$sect/$$inst
12 # Tell versions [3.59,3.63) of GNU make to not export all variables.
13 # Otherwise a system limit (for SysV at least) may be exceeded.