wok-stable diff nspr-dev/receipt @ rev 7961

Made mysql post_install have uuser and group id number 27. This is mostly so we can start having normal numbers for user and group ids.
author Christopher Rogers <slaxemulator@gmail.com>
date Sun Jan 16 12:04:56 2011 +0000 (2011-01-16)
parents f620c0d3e9f4
children 4f70798e8afa
line diff
     1.1 --- a/nspr-dev/receipt	Thu Oct 21 00:33:24 2010 +0000
     1.2 +++ b/nspr-dev/receipt	Sun Jan 16 12:04:56 2011 +0000
     1.3 @@ -12,8 +12,9 @@
     1.4  # Rules to gen a SliTaz package suitable for Tazpkg.
     1.5  genpkg_rules()
     1.6  {
     1.7 -    mkdir -p $fs/usr/bin $fs/usr/lib
     1.8 +    mkdir -p $fs/usr/bin $fs/usr/lib $fs/usr/share
     1.9      cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
    1.10      cp -a $_pkg/usr/include $fs/usr
    1.11      cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
    1.12 +    cp -a $_pkg/usr/share/aclocal $fs/usr/share
    1.13  }