uwm: usr/doc -> usr/share/doc
This commit is contained in:
parent
67ebd5189e
commit
2edc9dcdc9
2 changed files with 12 additions and 1 deletions
11
srcpkgs/uwm/patches/fix-docdir.patch
Normal file
11
srcpkgs/uwm/patches/fix-docdir.patch
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- doc/Makefile.in.orig 2014-10-12 15:50:27.000000000 +0000
|
||||
+++ doc/Makefile.in 2016-12-10 18:43:26.681283216 +0000
|
||||
@@ -273,7 +273,7 @@
|
||||
manual.pdf
|
||||
|
||||
DIR_CONTENTS = ${TEXSOURCES} ${TEXOUTPUT} README
|
||||
-udedocdir = ${prefix}/doc/${PACKAGE}-${VERSION}
|
||||
+udedocdir = ${docdir}/${PACKAGE}-${VERSION}
|
||||
udedoc_DATA = ${DIR_CONTENTS}
|
||||
EXTRA_DIST = ${DIR_CONTENTS}
|
||||
all: all-am
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'uwm'
|
||||
pkgname=uwm
|
||||
version=0.2.11a
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
makedepends="libXmu-devel libXpm-devel"
|
||||
short_desc="The ultimate window manager"
|
||||
|
|
Loading…
Reference in a new issue