# HG changeset patch # User Hans-G?nter Theisgen # Date 1707805349 -3600 # Node ID aada6db9da8efbb947ccd663fae2c47fb4252902 # Parent b44c7dd8bb4bfee8a834f3ffc614573334a44064 lzo needed from fsarchiver diff -r b44c7dd8bb4b -r aada6db9da8e lzo-dev/receipt --- a/lzo-dev/receipt Wed Feb 07 18:01:05 2024 +0000 +++ b/lzo-dev/receipt Tue Feb 13 07:22:29 2024 +0100 @@ -15,6 +15,6 @@ genpkg_rules() { mkdir -p $fs/usr/lib - cp -a $install/usr/include $fs/usr - cp -a $install/usr/lib/*.*a $fs/usr/lib + cp -a $install/usr/include $fs/usr + cp -a $install/usr/lib/*.*a $fs/usr/lib } diff -r b44c7dd8bb4b -r aada6db9da8e lzo/receipt --- a/lzo/receipt Wed Feb 07 18:01:05 2024 +0000 +++ b/lzo/receipt Tue Feb 13 07:22:29 2024 +0100 @@ -20,15 +20,16 @@ # Rules to configure and make the package. compile_rules() { - ./configure \ - --enable-shared \ + ./configure \ + --enable-shared \ $CONFIGURE_ARGS && - make && make install + make && + make install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/lib - cp -a $install/usr/lib/*.so* $fs/usr/lib + cp -a $install/usr/lib/*.so* $fs/usr/lib }