[SCM] gpac/master: Properly create all destination directories before filling them.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Fri Feb 3 18:46:08 UTC 2012


The following commit has been merged in the master branch:
commit d1fb5bfb10979c7144dd62689556e3c0095a05ba
Author: Alessio Treglia <alessio at debian.org>
Date:   Fri Feb 3 19:45:47 2012 +0100

    Properly create all destination directories before filling them.

diff --git a/debian/patches/multiarch.patch b/debian/patches/multiarch.patch
index 16dd73c..706abe1 100644
--- a/debian/patches/multiarch.patch
+++ b/debian/patches/multiarch.patch
@@ -3,8 +3,9 @@ Description: Process configure's --libdir option to set the shared library
  installation path properly.
 Forwarded: no
 ---
+ Makefile  |    1 +
  configure |    6 ++----
- 1 file changed, 2 insertions(+), 4 deletions(-)
+ 2 files changed, 3 insertions(+), 4 deletions(-)
 
 --- gpac.orig/configure
 +++ gpac/configure
@@ -35,3 +36,13 @@ Forwarded: no
          ;;  
      "Power Macintosh"|ppc)
          cpu="powerpc"
+--- gpac.orig/Makefile
++++ gpac/Makefile
+@@ -55,6 +55,7 @@ tar:
+ 
+ install:
+ 	$(INSTALL) -d "$(DESTDIR)$(prefix)"
++	$(INSTALL) -d "$(DESTDIR)$(prefix)/$(libdir)"
+ 	$(INSTALL) -d "$(DESTDIR)$(prefix)/bin"
+ 	$(INSTALL) $(INSTFLAGS) -m 755 bin/gcc/MP4Box "$(DESTDIR)$(prefix)/bin"
+ 	$(INSTALL) $(INSTFLAGS) -m 755 bin/gcc/MP4Client "$(DESTDIR)$(prefix)/bin"

-- 
gpac packaging



More information about the pkg-multimedia-commits mailing list