summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordaniel2019-03-08 20:17:46 +0100
committerdaniel2019-03-08 20:17:46 +0100
commit174b9180d4a30d5fe2f768af8915253cd457b383 (patch)
treef999579541aeefd6f4d499b2885cec08c7c8d097
parent619bc103263e81c1161e2cbce72be07e140eaac7 (diff)
downloadaur-174b9180d4a30d5fe2f768af8915253cd457b383.tar.gz
add message to create spool directory
-rw-r--r--PKGBUILD4
-rw-r--r--tea4cups.install2
2 files changed, 4 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b7f09cc9fef2..e0cbd7a9dcd9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -34,7 +34,7 @@ sha256sums=(
'SKIP' # svn+http://svn.pykota.com/tea4cups/trunk
'6221890bbd1ab3806efeec8624161c80742d1c5fce24c9094e4f8f8466ba2923' # doc_from_website.txt
'SKIP' # doc_debianwiki.html
- '315c82e6e9d352ecb32d511c9290790ac2a52e60e82d4727bff350fcf03aacf0' # "${install}"
+ 'ef3106de3e751109dcad9f3261fe608aff09fc6dea18451dfca2a4841ffccf7a' # "${install}"
)
prepare() {
@@ -56,7 +56,7 @@ package() {
install -v -m 755 -D "tea4cups" "${pkgdir}/usr/lib/cups/backend/${_backend_name}"
install -v -m 644 -D "tea4cups.conf" "${pkgdir}/etc/cups/tea4cups.conf"
-
+
for _docfile in CREDITS NEWS README TODO; do
install -v -m 644 -D "${_docfile}" "${pkgdir}/usr/share/doc/${_pkgname}/${_docfile}"
done
diff --git a/tea4cups.install b/tea4cups.install
index e932b640705e..1fc929268daa 100644
--- a/tea4cups.install
+++ b/tea4cups.install
@@ -2,4 +2,6 @@ post_install() {
echo ""
echo ">> Please see the documentation on how to set up printers with tea4cups."
echo ""
+ echo ">> Please create the directoy /var/spool/tea4cups, chown it to cups
+user and chmod 740 it."
}