cinnamon: use pycompile_dirs.
This commit is contained in:
parent
ac929ec25c
commit
5b76bb3a2a
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'cinnamon'
|
||||
pkgname=cinnamon
|
||||
version=1.6.0
|
||||
revision=2
|
||||
revision=3
|
||||
wrksrc="linuxmint-Cinnamon-bd02368"
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-schemas-compile --enable-compile-warnings=yes
|
||||
|
@ -30,6 +30,8 @@ long_desc="
|
|||
The emphasis is put on making users feel at home and providing them with an
|
||||
easy to use and comfortable desktop experience."
|
||||
|
||||
pycompile_dirs="usr/lib/cinnamon-settings usr/lib/cinnamon-menu-editor"
|
||||
|
||||
pre_configure() {
|
||||
# Fix path to gnome-session-check-accelerated
|
||||
sed -i -e "s|/usr/lib/gnome-session/gnome-session-check-accelerated|/usr/libexec/gnome-session-check-accelerated|g" \
|
||||
|
|
Loading…
Reference in New Issue