# HG changeset patch # User Christopher Rogers # Date 1297568131 0 # Node ID e3b85b1a6d75f71523cbfe71f5ae8a928706e14e # Parent 0043777ad43d4be11573535d9be72460e0b28411 Don't need to setup src and _pkg varibles in dvdauthor receipt. diff -r 0043777ad43d -r e3b85b1a6d75 dvdauthor/receipt --- a/dvdauthor/receipt Sun Feb 13 02:27:18 2011 +0000 +++ b/dvdauthor/receipt Sun Feb 13 03:35:31 2011 +0000 @@ -14,7 +14,6 @@ # Rules to configure and make the package. compile_rules() { - src=$WOK/$PACKAGE/$PACKAGE cd $src ./configure \ --prefix=/usr \ @@ -27,7 +26,6 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - _pkg=$WOK/$PACKAGE/$PACKAGE/_pkg mkdir -p $fs/usr/share cp -a $_pkg/usr/bin $fs/usr cp -a $_pkg/usr/share/$PACKAGE $fs/usr/share