# HG changeset patch # User Pascal Bellard # Date 1299446132 -3600 # Node ID c5895a53610e71cc40346b8520aa14a74ddf3862 # Parent 240266efee48972b77a59b025de403f9a20808e1 fix ovz-web-panel diff -r 240266efee48 -r c5895a53610e ovz-web-panel/receipt --- a/ovz-web-panel/receipt Sun Mar 06 22:05:16 2011 +0100 +++ b/ovz-web-panel/receipt Sun Mar 06 22:15:32 2011 +0100 @@ -14,7 +14,7 @@ # Rules to configure and make the package. compile_rules() { - cd $PACKAGE + cd $src # Apply patches while read patch_file; do if [ -f done.$patch_file ]; then @@ -27,7 +27,8 @@ done < /dev/null || true } # Rules to gen a SliTaz package suitable for Tazpkg. @@ -36,7 +37,7 @@ mkdir -p $fs/usr/share \ $fs/etc - cp -a $PACKAGE $fs/usr/share + cp -a $_pkg $fs/usr/share/$PACKAGE cp -a $fs/usr/share/$PACKAGE/config/owp.conf.sample $fs/etc/owp.conf cp -a $fs/usr/share//$PACKAGE/utils/hw-daemon/hw-daemon.ini.sample $fs/usr/share/$PACKAGE/utils/hw-daemon/hw-daemon.ini