summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLukas Sabota2020-07-21 11:11:12 -0400
committerLukas Sabota2020-07-21 11:11:12 -0400
commitd15340c4f3d73907769ab70708f748d21d2956ef (patch)
tree9546f4000034c8421ab731b434a8ec4468414bfd
parent91ca0d2c4c8671a7a6d7835108a9d850d2d585ee (diff)
downloadaur-d15340c4f3d73907769ab70708f748d21d2956ef.tar.gz
Patch makefile.in to allow 'make install' to complete
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f1a305058c36..5264cea01efd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = fsv2
pkgdesc = GTK2 port of fsv, the filesystem visualizer
pkgver = 0.9.1
- pkgrel = 1
+ pkgrel = 2
epoch = 1
url = https://github.com/mcuelenaere/fsv
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 6a7dd2f49b1a..ff0528804ce8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,10 @@
+# Maintainer: prg <prg at xannode dot com>
# Maintainer: Martin C. Doege <mdoege at compuserve dot com>
# Contributor: Anntoin Wilkinson <anntoin@gmail.com>
pkgname=fsv2
pkgver=0.9.1
-pkgrel=1
+pkgrel=2
epoch=1
pkgdesc="GTK2 port of fsv, the filesystem visualizer"
arch=('i686' 'x86_64')
@@ -19,6 +20,7 @@ md5sums=('61e8d3ce2803d8873a717d20d22fbc6d'
build() {
cd "$srcdir/fsv-fsv-0.9-1"
+ sed -i 's/@DATADIRNAME@/share/' po/Makefile.in.in
./autogen.sh
./configure --prefix=/usr
make