Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=274413c4d45110b1f96aae534e49f840b623d52b
commit 274413c4d45110b1f96aae534e49f840b623d52b Author: James Buren <[email protected]> Date: Fri Jun 29 12:41:51 2012 -0500 fw32-0.8.9-2-x86_64 * fix from git diff --git a/source/fw32-extra/fw32/FrugalBuild b/source/fw32-extra/fw32/FrugalBuild index 336e5a5..4d56f62 100644 --- a/source/fw32-extra/fw32/FrugalBuild +++ b/source/fw32-extra/fw32/FrugalBuild @@ -3,7 +3,7 @@ pkgname=fw32 pkgver=0.8.9 -pkgrel=1 +pkgrel=2 pkgdesc="A framework for maintaining an i686 environment on x86_64." url="http://www.frugalware.org" depends=('glibc' 'pacman-g2') @@ -11,8 +11,9 @@ groups=('fw32-extra') archs=('!i686' 'x86_64' '!arm') up2date="Flasttar http://ftp.frugalware.org/pub/other/$pkgname" backup=('etc/fw32/pacman-g2.conf') -source=(http://ftp.frugalware.org/pub/other/$pkgname/$pkgname-$pkgver.tar.xz) -sha1sums=('8fb725232342f35617f30559030b8e5743807a93') +source=(http://ftp.frugalware.org/pub/other/$pkgname/$pkgname-$pkgver.tar.xz git.patch) +sha1sums=('8fb725232342f35617f30559030b8e5743807a93' \ + 'feb01a08f294865bd26b9469cea197e7036f72f3') _F_systemd_scriptlet="$pkgname.install" _F_systemd_units=(fw32=) Finclude systemd diff --git a/source/fw32-extra/fw32/git.patch b/source/fw32-extra/fw32/git.patch new file mode 100644 index 0000000..bf87ca1 --- /dev/null +++ b/source/fw32-extra/fw32/git.patch @@ -0,0 +1,12 @@ +diff --git a/pacman-g2.conf b/pacman-g2.conf +index 464aad5..a53203f 100644 +--- a/pacman-g2.conf ++++ b/pacman-g2.conf +@@ -1,5 +1,5 @@ + [options] + LogFile=/var/log/pacman-g2.log + +-Include = /etc/pacman-g2/repos/current_i686 +-#Include = /etc/pacman-g2/repos/stable_i686 ++[frugalware-current] ++Server = http://www10.frugalware.org/pub/linux/frugalware/frugalware-current/frugalware-i686 _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
