SF.net SVN: gar:[22550] csw/mgar/pkg/lgrind/trunk/files/ 0001-adapt-to-OCSW-file-tree.patch
pfelecan at users.sourceforge.net
pfelecan at users.sourceforge.net
Mon Nov 18 12:18:28 CET 2013
Revision: 22550
http://gar.svn.sourceforge.net/gar/?rev=22550&view=rev
Author: pfelecan
Date: 2013-11-18 11:18:28 +0000 (Mon, 18 Nov 2013)
Log Message:
-----------
lgrind/trunk: fix man5 directory creation
Modified Paths:
--------------
csw/mgar/pkg/lgrind/trunk/files/0001-adapt-to-OCSW-file-tree.patch
Modified: csw/mgar/pkg/lgrind/trunk/files/0001-adapt-to-OCSW-file-tree.patch
===================================================================
--- csw/mgar/pkg/lgrind/trunk/files/0001-adapt-to-OCSW-file-tree.patch 2013-11-18 11:02:29 UTC (rev 22549)
+++ csw/mgar/pkg/lgrind/trunk/files/0001-adapt-to-OCSW-file-tree.patch 2013-11-18 11:18:28 UTC (rev 22550)
@@ -1,6 +1,6 @@
-From 823936598c0bd41f63b0e6ce5d096532c27b0a77 Mon Sep 17 00:00:00 2001
+From 1321d330d9f89fc1742ab1baec28dd1510dc61f5 Mon Sep 17 00:00:00 2001
From: Peter Felecan <pfelecan at opencsw.org>
-Date: Mon, 18 Nov 2013 11:58:51 +0100
+Date: Mon, 18 Nov 2013 12:10:10 +0100
Subject: [PATCH] adapt to OCSW file tree
---
@@ -53,7 +53,7 @@
- make install BASEDIR=$(BASEDIR) INSTALL=$(INSTALL)
+ make install BASEDIR=$(DESTDIR)$(BASEDIR) INSTALL=$(INSTALL)
diff --git a/source/Makefile b/source/Makefile
-index b785122..83d4343 100644
+index b785122..cbe7ede 100644
--- a/source/Makefile
+++ b/source/Makefile
@@ -3,7 +3,7 @@
@@ -73,7 +73,7 @@
$(INSTALL) -s lgrind $(BINDIR)/lgrind
+ $(INSTALL) -m 755 -d $(MANDIR)/man1
$(INSTALL) -m 644 $(MANPAGES1) $(MANDIR)/man1
-+ $(INSTALL) -m 755 -d $(MANDIR)/man1
++ $(INSTALL) -m 755 -d $(MANDIR)/man5
$(INSTALL) -m 644 $(MANPAGES5) $(MANDIR)/man5
clean:
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list