gtk+: move /etc to main pkg.
This commit is contained in:
parent
d4eb042205
commit
9a2d951629
|
@ -1,7 +1,7 @@
|
|||
# Template build file for 'gtk+'.
|
||||
pkgname=gtk+
|
||||
version=2.24.17
|
||||
revision=2
|
||||
revision=3
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-cups --with-xinput"
|
||||
short_desc="The GTK+ toolkit (v2)"
|
||||
|
@ -54,6 +54,7 @@ gtk+_package() {
|
|||
conf_files="/etc/gtk-2.0/im-multipress.conf"
|
||||
triggers="gtk-immodules"
|
||||
pkg_install() {
|
||||
vmove etc
|
||||
vmove usr
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue