summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD14
2 files changed, 6 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9d430d366af8..482e7959b4db 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Dec 2 12:31:50 UTC 2016
+# Thu Jan 12 08:27:02 UTC 2017
pkgbase = bees-git
pkgdesc = Best-Effort Extent-Same, a btrfs deduplicator daemon
- pkgver = 23.5a4ff9a
+ pkgver = 61.5e91529
pkgrel = 1
url = https://github.com/Zygo/bees
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index e18cdc91f0cd..4e5557885689 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Timofey Titovets <nefelim4ag@gmail.com>
pkgname=bees-git
-pkgver=23.5a4ff9a
+pkgver=61.5e91529
pkgrel=1
pkgdesc="Best-Effort Extent-Same, a btrfs deduplicator daemon"
arch=('any')
@@ -23,13 +23,7 @@ prepare() {
}
package() {
- mkdir -p ${pkgdir}/usr/lib/systemd/system/
- mkdir -p ${pkgdir}/usr/bin
- mkdir -p ${pkgdir}/etc/bees
-
- install -Dm755 ${pkgname}/scripts/beesd ${pkgdir}/usr/bin/
- install -Dm755 ${pkgname}/bin/bees ${pkgdir}/usr/bin/
- install -Dm644 ${pkgname}/lib/libcrucible.so ${pkgdir}/usr/lib/
- install -Dm644 ${pkgname}/scripts/beesd.conf.sample ${pkgdir}/etc/bees/
- install -Dm644 ${pkgname}/scripts/beesd@.service ${pkgdir}/usr/lib/systemd/system/
+ cd "${pkgname}"
+ make install PREFIX="${pkgdir}"
+ make install_scripts PREFIX="${pkgdir}"
}