summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorrobin922021-03-10 22:05:54 +0100
committerrobin922021-03-10 22:05:54 +0100
commitc93adb4efa2d4c17a1501466407c45b68f49c8fe (patch)
tree13e13abec81b5fc8f342fb083948e17589642b68
parent3ce6f90010fa72090aeae50ae69f2d8048bebcd5 (diff)
downloadaur-c93adb4efa2d4c17a1501466407c45b68f49c8fe.tar.gz
bugfix: /usr/bin/subconvert symlink no longer points to pkgdir
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 06e50ee38239..a6c1d5bcdf30 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Rafal Bolanowski <robin92pl@gmail.com>
pkgname=subconvert
pkgver=2.1.0
-pkgrel=1
+pkgrel=2
pkgdesc="Movie subtitles converter"
arch=('any')
url="https://github.com/mgoral/subconvert/"
@@ -26,6 +26,5 @@ check() {
package() {
cd "$pkgname-$pkgver"
- make DESTDIR="$pkgdir/" install
+ make DESTDIR="$pkgdir" LN_S="ln --symbolic --relative" install
}
-