# HG changeset patch # User Christopher Rogers # Date 1300997205 0 # Node ID a9de629ffc956a739882308d48f662c1b489c935 # Parent 1ae6b1be75864674af743f42fcc1797f44abf874 Up: seamonkey to 2.0.13. diff -r 1ae6b1be7586 -r a9de629ffc95 seamonkey/receipt --- a/seamonkey/receipt Wed Mar 23 17:46:00 2011 +0100 +++ b/seamonkey/receipt Thu Mar 24 20:06:45 2011 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="seamonkey" -VERSION="2.0.12" +VERSION="2.0.13" CATEGORY="network" SHORT_DESC="Seamonkey suite (browser, mail, news reader)." MAINTAINER="pankso@slitaz.org" @@ -14,8 +14,6 @@ # Rules to configure and make the package. compile_rules() { - #mv mozilla $PACKAGE-$VERSION 2>/dev/null || exit 1 - mv comm-1.9.1 $PACKAGE-$VERSION 2>/dev/null cp -a $stuff/seamonkey.mozconfig $src/.mozconfig cd $src #patch -p1 -i $stuff/google-breakpad.u || exit 1 @@ -55,8 +53,3 @@ cp $stuff/prefs.js $fs/etc/seamonkey/profile/prefs.js } - -clean_wok() -{ - rm -rf build -}