Properly create all destination directories before filling them.
authorAlessio Treglia <alessio@debian.org>
Fri, 3 Feb 2012 18:45:47 +0000 (19:45 +0100)
committerAlessio Treglia <alessio@debian.org>
Fri, 3 Feb 2012 18:45:47 +0000 (19:45 +0100)
debian/patches/multiarch.patch

index 16dd73c56e0f03075b4980138f9acffdd12bca8f..706abe150916c6fb6d5597ada3c6391f60a95a82 100644 (file)
@@ -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"