]> git.pld-linux.org Git - packages/Xdialog.git/blame - Xdialog-man.patch
- patch for proper directory rights
[packages/Xdialog.git] / Xdialog-man.patch
CommitLineData
f5d88e7d
PG
1--- ./Makefile.am.orig Sun May 13 00:50:01 2001
2+++ ./Makefile.am Sun May 13 01:09:47 2001
3@@ -12,7 +12,7 @@
4 cat doc/license.head COPYING doc/license.tail >doc/license.html;
5 @$(NORMAL_INSTALL)
6 sed -e 's/%%version%%/$(VERSION)/' doc/Xdialog.man >doc/Xdialog.1; \
7- $(INSTALL_DATA) -d $(DESTDIR)$(mandir)/man1/; \
8+ $(INSTALL) -d $(DESTDIR)$(mandir)/man1/; \
9 $(INSTALL_DATA) doc/Xdialog.1 $(DESTDIR)$(mandir)/man1/Xdialog.1;
10
11 ## if test -d $(srcdir)/pixmaps; then \
This page took 0.077521 seconds and 4 git commands to generate.