summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD12
1 files changed, 6 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f5170dd0bb57..a72cd36700c2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,23 +2,23 @@
pkgname=sdfs
pkgver=3.1.7
-pkgrel=1
+pkgrel=2
pkgdesc="Deduplication file system from Opendedup"
arch=('x86_64')
url="http://opendedup.org"
license=('GPL2')
depends=('libxml2' 'java-environment' 'fuse')
source=('https://github.com/opendedup/sdfs/archive/3.1.7.zip'
- 'mount.patch'
- 'mkfs.patch')
+ 'mount.patch')
md5sums=('cdc1af3868c8a2660e16796fcee6f636'
- 'SKIP'
- 'SKIP')
+ 'SKIP')
prepare() {
cd ${srcdir}/$pkgname-$pkgver/install-packages/deb
+
patch usr/share/sdfs/mount.sdfs < ${srcdir}/mount.patch
- patch usr/share/sdfs/mkfs.sdfs < ${srcdir}/mkfs.patch
+
+ ln -s /usr/lib/jvm/default-runtime usr/share/sdfs/bin/jre
}
package() {