mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
mozplugger: proper conf_files.
This commit is contained in:
parent
cf3c63679a
commit
2587211524
1 changed files with 9 additions and 9 deletions
|
@ -1,11 +1,11 @@
|
|||
# Template file for 'mozplugger'
|
||||
pkgname=mozplugger
|
||||
version=2.1.6
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
makedepends="libX11-devel"
|
||||
depends="m4"
|
||||
conf_file="/etc/mozpluggerrc"
|
||||
conf_files="/etc/mozpluggerrc"
|
||||
short_desc="Firefox plugin to embed arbitrary applications"
|
||||
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
||||
license="GPL-2"
|
||||
|
@ -19,6 +19,6 @@ do_install() {
|
|||
vbin mozplugger-linker
|
||||
vbin mozplugger-update
|
||||
vinstall mozplugger.so 644 usr/lib/mozilla/plugins
|
||||
vinstall mozpluggerrc 644 etc
|
||||
vconf mozpluggerrc
|
||||
vman mozplugger.7
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue