]> git.pld-linux.org Git - packages/gpac.git/blobdiff - gpac-install.patch
- up to 20141007 snapshot
[packages/gpac.git] / gpac-install.patch
index 5b4f526e48869c985a69d021d767e1a6e11c20c8..099d77e5ebd1eac7e3e66e87fe7bb010744082b4 100644 (file)
@@ -23,7 +23,7 @@
  endif
  
  CFLAGS=$(CPPFLAGS) $(XUL_CFLAGS) -I$(SRC_PATH)/include
-@@ -75,19 +71,8 @@
+@@ -68,19 +68,8 @@ ifeq ($(CONFIG_WIN32),yes)
  endif
  
  install: 
 -      @echo "*** Exit root mode and reinstall mozilla plugin! ***"
 -else
 -      $(MAKE) $(LIB)
--      install -D -m 755 ../../bin/gcc/$(LIB) "$(HOME)/.mozilla/plugins/$(LIB)"
--      install -D -m 755 ../../bin/gcc/nposmozilla.xpt "$(HOME)/.mozilla/components/nposmozilla.xpt"
+-      $(INSTALL) -D -m 755 ../../bin/gcc/$(LIB) "$(HOME)/.mozilla/plugins/$(LIB)"
+-      $(INSTALL) -D -m 755 ../../bin/gcc/nposmozilla.xpt "$(HOME)/.mozilla/components/nposmozilla.xpt"
 -endif
 -else
--      install -D -m 755 ../../bin/gcc/$(LIB) "$(MOZILLA_DIR)/components/$(LIB)"
--      install -D -m 755 ../../bin/gcc/nposmozilla.xpt "$(MOZILLA_DIR)/components/nposmozilla.xpt"
+-      $(INSTALL) -D -m 755 ../../bin/gcc/$(LIB) "$(MOZILLA_DIR)/components/$(LIB)"
+-      $(INSTALL) -D -m 755 ../../bin/gcc/nposmozilla.xpt "$(MOZILLA_DIR)/components/nposmozilla.xpt"
 -endif
-+      install -D -m 755 ../../bin/gcc/$(LIB) "$(MOZILLA_DIR)/$(LIB)"
-+      install -D -m 755 ../../bin/gcc/nposmozilla.xpt "$(MOZILLA_DIR)/nposmozilla.xpt"
++      $(INSTALL) -D -m 755 ../../bin/gcc/$(LIB) "$(MOZILLA_DIR)/$(LIB)"
++      $(INSTALL) -D -m 755 ../../bin/gcc/nposmozilla.xpt "$(MOZILLA_DIR)/nposmozilla.xpt"
  
  uninstall:
  ifeq ($(MOZILLA_DIR), local)
+
This page took 0.057153 seconds and 4 git commands to generate.