Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=d5eef073b3ae9ba9b3b2696cee886c19cc5b240e
commit d5eef073b3ae9ba9b3b2696cee886c19cc5b240e Author: James Buren <[email protected]> Date: Fri Jun 29 16:29:07 2012 -0500 fw32-0.8.9-3-x86_64 * git fixes diff --git a/source/fw32-extra/fw32/FrugalBuild b/source/fw32-extra/fw32/FrugalBuild index 4d56f62..bee4c9d 100644 --- a/source/fw32-extra/fw32/FrugalBuild +++ b/source/fw32-extra/fw32/FrugalBuild @@ -3,7 +3,7 @@ pkgname=fw32 pkgver=0.8.9 -pkgrel=2 +pkgrel=3 pkgdesc="A framework for maintaining an i686 environment on x86_64." url="http://www.frugalware.org" depends=('glibc' 'pacman-g2') @@ -13,7 +13,7 @@ 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 git.patch) sha1sums=('8fb725232342f35617f30559030b8e5743807a93' \ - 'feb01a08f294865bd26b9469cea197e7036f72f3') + '5a730047495ffe036a4a9cf7013659fc19d149af') _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 index bf87ca1..cc6aa30 100644 --- a/source/fw32-extra/fw32/git.patch +++ b/source/fw32-extra/fw32/git.patch @@ -1,3 +1,16 @@ +diff --git a/fw32.c b/fw32.c +index 6b45bcb..7d8f034 100644 +--- a/fw32.c ++++ b/fw32.c +@@ -364,7 +364,7 @@ umount_directory(FW32_DIR *path) + { + assert(path); + +- if(umount2(path->dir,UMOUNT_NOFOLLOW) && (errno != EINVAL || errno != ENOENT)) ++ if(umount2(path->dir,UMOUNT_NOFOLLOW) && errno != EINVAL && errno != ENOENT) + error("Failed to umount directory: %s: %s\n",path->dir,strerror(errno)); + } + diff --git a/pacman-g2.conf b/pacman-g2.conf index 464aad5..a53203f 100644 --- a/pacman-g2.conf _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
