cjs: rebuild to have corrected shlib-provides.
This commit is contained in:
parent
4df7f20406
commit
7b565370c5
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'cjs'
|
# Template file for 'cjs'
|
||||||
pkgname=cjs
|
pkgname=cjs
|
||||||
version=2.0.0
|
version=2.0.0
|
||||||
revision=4
|
revision=5
|
||||||
short_desc="Javascript for Cinnamon"
|
short_desc="Javascript for Cinnamon"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args=" --disable-static"
|
configure_args=" --disable-static"
|
||||||
|
@ -16,7 +16,7 @@ do_fetch() {
|
||||||
}
|
}
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
./autogen.sh
|
NOCONFIGURE=1 ./autogen.sh
|
||||||
}
|
}
|
||||||
|
|
||||||
cjs-devel_package() {
|
cjs-devel_package() {
|
||||||
|
|
Loading…
Reference in New Issue