# HG changeset patch # User Christopher Rogers # Date 1293324087 0 # Node ID 00abf9a8e7ecf683706b72a85f9270130b7a2141 # Parent 100c06a49915a68aa8be62a3e143f321939e09c9 Fixed src and _pkg paths in dvdauthor. diff -r 100c06a49915 -r 00abf9a8e7ec dvdauthor/receipt --- a/dvdauthor/receipt Sun Dec 26 00:37:43 2010 +0000 +++ b/dvdauthor/receipt Sun Dec 26 00:41:27 2010 +0000 @@ -14,6 +14,7 @@ # Rules to configure and make the package. compile_rules() { + src=$WOK/$PACKAGE/$PACKAGE cd $src ./configure \ --prefix=/usr \ @@ -26,6 +27,7 @@ # 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