wok-next rev 8750
Fixed libedit-dev. Removed post_remove since it would have remove the full /usr/lib/pkgconfig folder.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sun Feb 20 05:51:18 2011 +0000 (2011-02-20) |
parents | 22bb1e6e0ef0 |
children | be13f25e790b |
files | libedit-dev/receipt |
line diff
1.1 --- a/libedit-dev/receipt Sun Feb 20 04:57:30 2011 +0100 1.2 +++ b/libedit-dev/receipt Sun Feb 20 05:51:18 2011 +0000 1.3 @@ -12,17 +12,8 @@ 1.4 # Rules to gen a SliTaz package suitable for Tazpkg. 1.5 genpkg_rules() 1.6 { 1.7 - src=$WOK/$WANTED/$SOURCE-$VERSION 1.8 - _pkg=$src/_pkg 1.9 - echo "src=$src" 1.10 mkdir -p $fs/usr $fs/usr/lib 1.11 - cp -a $_pkg/usr/include $fs/usr 1.12 - cp -a $_pkg/usr/lib/*a $fs/usr/lib 1.13 - cp -a $_pkg//usr/lib/pkgconfig $fs/usr/lib 1.14 + cp -a $_pkg/usr/include $fs/usr 1.15 + cp -a $_pkg/usr/lib/*a $fs/usr/lib 1.16 + cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib 1.17 } 1.18 - 1.19 -post_remove() 1.20 -{ 1.21 - rm -rf /usr/lib/pkgconfig 1.22 - rm -rf /usr/include/editline 1.23 -}