Skip to content

Instantly share code, notes, and snippets.

@ech
ech / hfsutils-PKGBUILD-2
Created May 6, 2013 03:37
New PKGBUILD to fix build error in hfsutils.
pkgname=hfsutils
pkgver=3.2.6
pkgrel=2
pkgdesc=""
arch=(i686 x86_64)
url="http://www.mars.org/home/rob/proj/hfs/"
license=('GPL')
groups=()
depends=()
makedepends=()
@ech
ech / hfsutils-PKGBUILD
Created March 31, 2013 17:33
Modifications to hfsutils PKGBUILD file to patch Makefile.
pkgname=hfsutils
pkgver=3.2.6
pkgrel=1
pkgdesc=""
arch=(i686 x86_64)
url="http://www.mars.org/home/rob/proj/hfs/"
license=('GPL')
groups=()
depends=()
makedepends=()
@ech
ech / hfstuils-Makefile-install.patch
Last active December 15, 2015 15:19
Makefile patch to fix packaging problem with hfsutils.
--- Makefile.in.orig 2013-03-31 10:52:02.703573871 -0600
+++ Makefile.in 2013-03-31 11:13:59.223590469 -0600
@@ -36,7 +36,7 @@
MANEXT = 1
-INSTALL = @INSTALL@
+INSTALL = @INSTALL@ -D
BININSTALL = @INSTALL_PROGRAM@ -m 755
LIBINSTALL = @INSTALL_DATA@