# HG changeset patch # User Christophe Lincoln # Date 1306420441 -7200 # Node ID 132b9e1ee5d40f14f25f75e99d6bf90c6b428935 # Parent 73d885baa027331dbf312aeb786aefab5d816eb8 fotoxx: fix src url diff -r 73d885baa027 -r 132b9e1ee5d4 fotoxx/receipt --- a/fotoxx/receipt Thu May 26 16:13:40 2011 +0200 +++ b/fotoxx/receipt Thu May 26 16:34:01 2011 +0200 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="fotoxx" -VERSION="11.05" +VERSION="11.05.2" CATEGORY="graphics" SHORT_DESC="lightweight image editor" MAINTAINER="gokhlayeh@slitaz.org" @@ -18,15 +18,15 @@ { cd $src export PREFIX=/usr make - make DESTDIR=$PWD/_pkg install + make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - mkdir -p $fs/usr/bin $fs/usr/share/$PACKAGE/locales + mkdir -p $fs/usr/bin $fs/usr/share/$PACKAGE cp -a $_pkg/usr/bin $fs/usr cp -a $_pkg/usr/share/$PACKAGE/icons $fs/usr/share/$PACKAGE #non-standard locale path - cp -a $_pkg/usr/share/$PACKAGE/locales/* $fs/usr/share/$PACKAGE/locales/ + cp -a $_pkg/usr/share/$PACKAGE/locales $fs/usr/share/$PACKAGE }