[arch-commits] Commit in s-nail/trunk (PKGBUILD)
Gaetan Bisson
bisson at nymeria.archlinux.org
Mon Sep 30 01:42:09 UTC 2013
Date: Monday, September 30, 2013 @ 03:42:09
Author: bisson
Revision: 195289
add mailx to mail symlinks
Modified:
s-nail/trunk/PKGBUILD
----------+
PKGBUILD | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2013-09-29 21:45:06 UTC (rev 195288)
+++ PKGBUILD 2013-09-30 01:42:09 UTC (rev 195289)
@@ -6,7 +6,7 @@
pkgname=s-nail
pkgver=14.4.2
-pkgrel=1
+pkgrel=2
pkgdesc='Mail processing system with a command syntax reminiscent of ed'
url='http://sourceforge.net/projects/s-nail/'
license=('custom:BSD')
@@ -46,5 +46,7 @@
SID= NAIL=mail \
DESTDIR="${pkgdir}" install
+ ln -sf mail "${pkgdir}"/usr/bin/mailx
+ ln -sf mail.1.gz "${pkgdir}"/usr/share/man/man1/mailx.1.gz
install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
}
More information about the arch-commits
mailing list