# HG changeset patch # User Claudinei Pereira # Date 1374527914 10800 # Node ID 5c245886becb886f84f361d787f1725eb17dcdc3 # Parent 0ec682d12ec1e0a5e9f298ac74bdb631794a0a91 Up: gaupol (0.19) diff -r 0ec682d12ec1 -r 5c245886becb gaupol/receipt --- a/gaupol/receipt Mon Jul 22 18:17:33 2013 -0300 +++ b/gaupol/receipt Mon Jul 22 18:18:34 2013 -0300 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="gaupol" -VERSION="0.15" +VERSION="0.19" CATEGORY="multimedia" SHORT_DESC="Gaupol is an editor for text-based subtitle files." MAINTAINER="claudinei@slitaz.org" @@ -16,13 +16,12 @@ compile_rules() { cd $src - LC_ALL=C python setup.py clean install --root=$PWD/_pkg + python setup.py clean install --prefix=$install/usr } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - mkdir -p $fs/usr - cp -a $_pkg/usr $fs + cp -a $install/usr $fs }