]> git.pld-linux.org Git - packages/Xdialog.git/commitdiff
- patch for proper directory rights
authorPaweł Gołaszewski <blues@pld-linux.org>
Sat, 12 May 2001 23:27:13 +0000 (23:27 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
b0252a625b3b5f9ae327878801b4181f  Xdialog-man.patch

Changed files:
    Xdialog-man.patch -> 1.1

Xdialog-man.patch [new file with mode: 0644]

diff --git a/Xdialog-man.patch b/Xdialog-man.patch
new file mode 100644 (file)
index 0000000..ee2ec96
--- /dev/null
@@ -0,0 +1,11 @@
+--- ./Makefile.am.orig Sun May 13 00:50:01 2001
++++ ./Makefile.am      Sun May 13 01:09:47 2001
+@@ -12,7 +12,7 @@
+       cat doc/license.head COPYING doc/license.tail >doc/license.html;
+       @$(NORMAL_INSTALL)
+       sed -e 's/%%version%%/$(VERSION)/' doc/Xdialog.man >doc/Xdialog.1; \
+-      $(INSTALL_DATA) -d $(DESTDIR)$(mandir)/man1/; \
++      $(INSTALL) -d $(DESTDIR)$(mandir)/man1/; \
+       $(INSTALL_DATA) doc/Xdialog.1 $(DESTDIR)$(mandir)/man1/Xdialog.1;
+ ##    if test -d $(srcdir)/pixmaps; then \
This page took 0.08955 seconds and 4 git commands to generate.