wok-current diff cc65/receipt @ rev 19549
Up cacerts (20161124), perl no more need in post_install
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Fri Dec 09 03:40:48 2016 +0200 (2016-12-09) |
parents | 48d3d669a814 |
children | 6e8b1bcb30e2 |
line diff
1.1 --- a/cc65/receipt Fri Dec 06 10:58:19 2013 +0000 1.2 +++ b/cc65/receipt Fri Dec 09 03:40:48 2016 +0200 1.3 @@ -16,12 +16,13 @@ 1.4 # Rules to configure and make the package. 1.5 compile_rules() 1.6 { 1.7 - cd $src 1.8 mkdir -p $DESTDIR/usr 1.9 sed -i "s|/usr/local|/usr|" make/gcc.mak 1.10 make -j 1 -f make/gcc.mak 1.11 sed -i "s|/usr|$DESTDIR/usr|" make/gcc.mak 1.12 make -j 1 -f make/gcc.mak install 1.13 + 1.14 + cook_pick_manpages packages/debian/*.1 1.15 } 1.16 1.17 # Rules to gen a SliTaz package suitable for Tazpkg.