summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEdvinas Valatka2015-12-17 07:32:58 +0200
committerEdvinas Valatka2015-12-17 07:32:58 +0200
commit0be6b2ecd7aba4d45a51c5313b4761ceabf9bca8 (patch)
tree89163a2e6dd96ab3a88ef6ecf850ac9f77e1de54
parent0192e1bd18438a4dc8307f35bd13ab89ff7144a4 (diff)
downloadaur-0be6b2ecd7aba4d45a51c5313b4761ceabf9bca8.tar.gz
Cleanup; Remove other distributions specific scripts
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD9
2 files changed, 3 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b90a629bc26f..0619bf7b0955 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Thu Dec 17 03:59:44 UTC 2015
+# Thu Dec 17 05:32:40 UTC 2015
pkgbase = seafile
pkgdesc = Seafile is an online file storage and collaboration tool
pkgver = 5.0.2
diff --git a/PKGBUILD b/PKGBUILD
index 1720c6439254..fadb64aea902 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -109,15 +109,10 @@ package_seafile-server() {
cp -r -p "${srcdir}/seafile-${pkgver}-server/scripts" \
"${pkgdir}/usr/share/$pkgname/scripts"
- # Remove win32-specific scripts
+ # Remove win32 and other distributions specific scripts
+ rm -rf "${pkgdir}/usr/share/$pkgname/scripts/build"
rm -rf "${pkgdir}/usr/share/$pkgname/scripts/upgrade/win32"
- # Workaround for strange behaviour in the Makefile, which
- # installs python bindings in the package root directory,
- # even though they were disabled
- rm -rf "${pkgdir}/seaserv"
- rm -rf "${pkgdir}/seafile"
-
# Install systemd service
install -D -m644 "${srcdir}/seafile-server@.service" \
"${pkgdir}/usr/lib/systemd/system/seafile-server@.service"