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
;;
"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"