summaryrefslogtreecommitdiff
path: root/sane/Pkgfile
diff options
context:
space:
mode:
authorJuergen Daubert <jue@jue.li>2015-12-13 22:05:31 +0100
committerJuergen Daubert <jue@jue.li>2015-12-13 22:05:31 +0100
commit23418d653aacf36a7684220e15127246e6b00060 (patch)
treed415a90dcc0d047d4a1b3807e35d9642c12ec91a /sane/Pkgfile
parente402bff33311c6ac3e089792490d81f31f5da44e (diff)
downloadopt-23418d653aacf36a7684220e15127246e6b00060.tar.gz
opt-23418d653aacf36a7684220e15127246e6b00060.tar.xz
sane: move man-pages, fix footprint (FS#1269)
Diffstat (limited to 'sane/Pkgfile')
-rw-r--r--sane/Pkgfile5
1 files changed, 2 insertions, 3 deletions
diff --git a/sane/Pkgfile b/sane/Pkgfile
index 583360641..2c2161575 100644
--- a/sane/Pkgfile
+++ b/sane/Pkgfile
@@ -5,14 +5,13 @@
name=sane
version=1.0.25
-release=1
+release=2
source=(https://alioth.debian.org/frs/download.php/file/4146/$name-backends-$version.tar.gz)
build () {
cd $name-backends-$version
./configure --prefix=/usr \
- --mandir=/usr/man \
--localstatedir=/var \
--sysconfdir=/etc \
--disable-translations \
@@ -25,5 +24,5 @@ build () {
install -D -m 644 tools/udev/libsane.rules $PKG/etc/udev/rules.d/85-libsane.rules
- rm -r $PKG/usr/{doc,share}
+ rm -r $PKG/usr/{doc,share/sane}
}

Generated by cgit