Install plugin in lib/mozilla/plugins instead of lib/mozilla-plugins
This commit is contained in:
parent
5b82671e3e
commit
d738ecbf3c
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.2 2010/04/21 16:32:20 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.3 2010/06/13 14:16:46 landry Exp $
|
||||
|
||||
COMMENT = npapi vte-based terminal for web browsers
|
||||
|
||||
DISTNAME = vteplugin-0.1
|
||||
PKGNAME = ${DISTNAME}p0
|
||||
PKGNAME = ${DISTNAME}p1
|
||||
CATEGORIES = www x11
|
||||
|
||||
# WTFPL
|
||||
|
@ -1,4 +1,4 @@
|
||||
$OpenBSD: patch-wscript,v 1.1.1.1 2010/04/21 16:26:46 landry Exp $
|
||||
$OpenBSD: patch-wscript,v 1.2 2010/06/13 14:16:46 landry Exp $
|
||||
--- wscript.orig Thu Apr 15 12:55:27 2010
|
||||
+++ wscript Thu Apr 15 12:55:43 2010
|
||||
@@ -28,6 +28,6 @@ def build(ctx):
|
||||
@ -6,6 +6,6 @@ $OpenBSD: patch-wscript,v 1.1.1.1 2010/04/21 16:26:46 landry Exp $
|
||||
obj = ctx.new_task_gen(features='cc cshlib',
|
||||
target=APPNAME,
|
||||
- install_path="/usr/lib/mozilla/plugins",
|
||||
+ install_path="${LOCALBASE}/lib/mozilla-plugins",
|
||||
+ install_path="${LOCALBASE}/lib/mozilla/plugins",
|
||||
uselib="vte gdk gtk")
|
||||
obj.find_sources_in_dirs(top)
|
||||
|
@ -1,5 +1,6 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2010/04/21 16:26:46 landry Exp $
|
||||
lib/mozilla-plugins/
|
||||
lib/mozilla-plugins/vteplugin.so
|
||||
@comment $OpenBSD: PLIST,v 1.2 2010/06/13 14:16:46 landry Exp $
|
||||
lib/mozilla/
|
||||
lib/mozilla/plugins/
|
||||
lib/mozilla/plugins/vteplugin.so
|
||||
share/vteplugin/
|
||||
share/vteplugin/vteplugin.html
|
||||
|
Loading…
Reference in New Issue
Block a user