blob: 641862a7664abf09bb860f7b3d6ab2f9aa0c8745 (
plain)
1
2
3
4
5
6
7
8
9
|
# make a source tar ball from the "source" tar ball
# see https://bugs.archlinux32.org/index.php?do=details&task_id=10
eval "$(
declare -f prepare | \
sed '
2 a find $pkgname-$pkgver \\( '"-name '*.a' -o -name '*.o'"' \\) -delete
'
)"
|