summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFabian Maurer2016-07-06 01:14:51 +0200
committerFabian Maurer2016-07-06 01:14:51 +0200
commit0283823cce7734629183e7f977a3933d545c9d6a (patch)
treec102eedefe30e560d1e089f2273444782ff724cd /PKGBUILD
parent1b5f7b30b5b0f7ad0ba6ed93505c81d9f0948cd0 (diff)
downloadaur-0283823cce7734629183e7f977a3933d545c9d6a.tar.gz
Linked the jre-directory, so the scripts can find it without being patched.
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() {