wok rev 21875

gc: typo
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Sep 28 16:04:52 2019 +0200 (2019-09-28)
parents 4b27a977323d
children 4e8082a993f8
files gc/receipt
line diff
     1.1 --- a/gc/receipt	Sat Sep 28 11:31:06 2019 +0200
     1.2 +++ b/gc/receipt	Sat Sep 28 16:04:52 2019 +0200
     1.3 @@ -14,14 +14,13 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 -	cd $src
     1.8  	./configure \
     1.9  		--enable-cplusplus \
    1.10  		$CONFIGURE_ARGS &&
    1.11  	make &&
    1.12  	make DESTDIR=$DESTDIR install &&
    1.13  	# libatomic_ops
    1.14 -	cd $src/libatomic_ops-* &&
    1.15 +	cd $src/libatomic_ops &&
    1.16  	./configure \
    1.17  		--prefix=/usr \
    1.18  		--disable-static \
    1.19 @@ -37,4 +36,3 @@
    1.20  	cp -a $install/usr/share/gc $fs/usr/share
    1.21  	cp -a $install/usr/lib/*.so* $fs/usr/lib
    1.22  }
    1.23 -