summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Pickford2016-02-18 06:24:18 -0800
committerPeter Pickford2016-02-18 06:24:18 -0800
commit1f3938f69aae7c7f8a2b64404a86d2085de7deab (patch)
treec29cf8b1ca40eb4f012e54d16d5fdb09d7bd9428
parent90de26a6e4913fc7099717724e7348f90620e9a0 (diff)
downloadaur-1f3938f69aae7c7f8a2b64404a86d2085de7deab.tar.gz
fix SBINDIR should be /usr/bin
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
-rw-r--r--config.patch13
3 files changed, 14 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a59adf2f9d97..8ee61659c077 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by makepkg 5.0.0
-# Thu Feb 18 12:08:19 UTC 2016
+# Thu Feb 18 14:22:39 UTC 2016
pkgbase = mgetty-vgetty
pkgdesc = vgetty - voice extension to the mgetty+sendfax program.
pkgver = 1.1.37
@@ -23,7 +23,7 @@ pkgbase = mgetty-vgetty
source = faxrunqd@.service
source = mgetty.install
md5sums = 4df2eb47bd6d5318d3d642572ab56e51
- md5sums = fd02c6dd7374e78458840432660729f7
+ md5sums = 7eb629cac6ba2dce360a857f0e88c31f
md5sums = 5556e5e88c784e75acb14ab998d7eb1a
md5sums = c160d250f98140ddc3818fef34e940b6
md5sums = 4b73a5654db86a34a8dccdf5f55c699c
diff --git a/PKGBUILD b/PKGBUILD
index b1658224b82e..c2e855b71bca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -22,7 +22,7 @@ source=(http://fossies.org/unix/misc/$_origpkgname$pkgver-Jun05.tar.gz
mgetty.install
)
md5sums=('4df2eb47bd6d5318d3d642572ab56e51'
- 'fd02c6dd7374e78458840432660729f7'
+ '7eb629cac6ba2dce360a857f0e88c31f'
'5556e5e88c784e75acb14ab998d7eb1a'
'c160d250f98140ddc3818fef34e940b6'
'4b73a5654db86a34a8dccdf5f55c699c'
diff --git a/config.patch b/config.patch
index 805a86293eb1..47108263bfc8 100644
--- a/config.patch
+++ b/config.patch
@@ -1,5 +1,5 @@
---- Makefile.orig 2010-06-05 02:48:22.000000000 -0700
-+++ Makefile 2016-02-18 02:56:09.592419743 -0800
+--- ../../pp/mgetty-1.1.37/Makefile 2010-06-05 02:48:22.000000000 -0700
++++ Makefile 2016-02-18 06:19:34.596801007 -0800
@@ -109,7 +109,7 @@
# USTAT - ustat(), no statfs etc.
#
@@ -27,6 +27,15 @@
#
# prefix for all the spool directories (usually /usr/spool or /var/spool)
#
+@@ -187,7 +187,7 @@
+ #
+ # where the mgetty + sendfax binaries live (used for "make install")
+ #
+-SBINDIR=$(prefix)/sbin
++SBINDIR=$(prefix)/bin
+ #
+ # where the user executable binaries live
+ #
@@ -199,7 +199,7 @@
#
# where the configuration files (*.config, aliases, fax.allow/deny) go to