blackbird-themes: fix installation dir (close #2952).
This commit is contained in:
parent
ca99abf15f
commit
90b638b7c5
|
@ -1,9 +1,10 @@
|
|||
pkgname="blackbird-themes"
|
||||
version="0.4"
|
||||
# Template file for 'blackbird-themes'
|
||||
pkgname=blackbird-themes
|
||||
version=0.4
|
||||
revision=1
|
||||
noarch=yes
|
||||
short_desc="An elegant dark GTK2/3/Metacity/Xfwm theme"
|
||||
build_style=fetch
|
||||
short_desc="An elegant dark GTK2/3/Metacity/Xfwm theme"
|
||||
maintainer="Jakub Skrzypnik <jot.skrzyp@gmail.com>"
|
||||
license="GPL-2"
|
||||
depends="gtk+"
|
||||
|
@ -14,5 +15,5 @@ checksum="ca31362254df2d336b2b090deb925f19a1dba72632ed9c7f82cf406be89ec1e6"
|
|||
do_install() {
|
||||
tar xzf v${version}.tar.gz
|
||||
vmkdir usr/share/themes
|
||||
vcopy Blackbird-${version} usr/share/themes/Blacbird
|
||||
vcopy Blackbird-${version} usr/share/themes/Blackbird
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue