[Pkg-wmaker-commits] [wmcube] 43/67: debian/patches: (update_makefile.patch) Install *.wmc only in /usr/share/wmcube.

Doug Torrance dtorrance-guest at moszumanska.debian.org
Tue Aug 25 03:22:18 UTC 2015


This is an automated email from the git hooks/post-receive script.

dtorrance-guest pushed a commit to branch master
in repository wmcube.

commit 3532fd48e82d04aa7f8fcbcc1916a819d9a643a2
Author: Doug Torrance <dtorrance at monmouthcollege.edu>
Date:   Wed Jan 14 07:45:48 2015 -0600

    debian/patches: (update_makefile.patch) Install *.wmc only in
    /usr/share/wmcube.
---
 debian/patches/update_makefile.patch | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/debian/patches/update_makefile.patch b/debian/patches/update_makefile.patch
index 14982b1..6bb086f 100644
--- a/debian/patches/update_makefile.patch
+++ b/debian/patches/update_makefile.patch
@@ -5,6 +5,8 @@ Description: Update Makefile.
  - Honor CPPFLAGS and LDFLAGS build flags.
  - Honor DESTDIR variable.
  - Create binary installation directory.
+ - Install *.wmc only in /usr/share/wmcube.  (Previously they were also
+   installed in /usr/share/doc/wmcube/3D-objects.)
 Author: Doug Torrance <dtorrance at monmouthcollege.edu>
 Last-Update: 2015-01-14
 
@@ -40,7 +42,7 @@ Last-Update: 2015-01-14
  
  all:: wmcube
  
-@@ -37,14 +37,15 @@
+@@ -37,14 +37,16 @@
  	rm -f *~
  
  install:: wmcube
@@ -58,7 +60,8 @@ Last-Update: 2015-01-14
 +	chown root:root $(DESTDIR)$(BINDIR)/wmcube
 +	mkdir -p $(DESTDIR)$(DOCDIR)
 +	cp -p ../CHANGES ../COPYING ../INSTALL ../README $(DESTDIR)$(DOCDIR)
-+	cp -pr ../3D-objects $(DESTDIR)$(DOCDIR)
++	mkdir -p $(DESTDIR)$(DOCDIR)/3D-objects
++	cp -pr ../3D-objects/README ../3D-objects/CONTRIBUTE $(DESTDIR)$(DOCDIR)/3D-objects
 +	mkdir -p $(DESTDIR)$(OBJDIR)
 +	cp -p ../3D-objects/* $(DESTDIR)$(OBJDIR)
  	@echo "wmcube installation finished..."

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wmaker/wmcube.git



More information about the Pkg-wmaker-commits mailing list