mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 20:06:43 +02:00
main/cups: banners and testprint is shipped with cups-filters
ref #1930
This commit is contained in:
parent
540aec372a
commit
3f786acc85
@ -1,7 +1,7 @@
|
||||
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||
pkgname=cups
|
||||
pkgver=1.6.2
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="The CUPS Printing System"
|
||||
url="http://www.cups.org/"
|
||||
arch="all"
|
||||
@ -61,7 +61,10 @@ build() {
|
||||
package() {
|
||||
cd "$srcdir"/$pkgname-$pkgver
|
||||
make BUILDROOT="$pkgdir" install
|
||||
rm -rf "$pkgdir"/etc/init.d "$pkgdir"/etc/rc*
|
||||
rm -rf "$pkgdir"/etc/init.d \
|
||||
"$pkgdir"/etc/rc* \
|
||||
"$pkgdir"/usr/share/cups/banners \
|
||||
"$pkgdir"/usr/share/cups/data/testprint || return 1
|
||||
|
||||
install -D -m644 ../cups.logrotate "$pkgdir"/etc/logrotate.d/cups
|
||||
install -D -m755 ../cupsd.initd "$pkgdir"/etc/init.d/cupsd
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user