diff --git a/srcpkgs/motion/template b/srcpkgs/motion/template index c2473affb0f..a7657927407 100644 --- a/srcpkgs/motion/template +++ b/srcpkgs/motion/template @@ -1,7 +1,7 @@ # Template file for 'motion' pkgname=motion version=3.2.12+20140318 -revision=1 +revision=2 build_style=gnu-configure hostmakedepends="automake" makedepends="v4l-utils-devel zlib-devel" @@ -23,3 +23,8 @@ fi pre_configure() { autoreconf -fi } + +post_install() { + mv $DESTDIR/usr/share/motion* $DESTDIR/usr/share/motion + mv $DESTDIR/usr/share/doc/motion* $DESTDIR/usr/share/doc/motion +}