motion: move files to $pkgname
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
# Template file for 'motion'
|
# Template file for 'motion'
|
||||||
pkgname=motion
|
pkgname=motion
|
||||||
version=3.2.12+20140318
|
version=3.2.12+20140318
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="automake"
|
hostmakedepends="automake"
|
||||||
makedepends="v4l-utils-devel zlib-devel"
|
makedepends="v4l-utils-devel zlib-devel"
|
||||||
@@ -23,3 +23,8 @@ fi
|
|||||||
pre_configure() {
|
pre_configure() {
|
||||||
autoreconf -fi
|
autoreconf -fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
mv $DESTDIR/usr/share/motion* $DESTDIR/usr/share/motion
|
||||||
|
mv $DESTDIR/usr/share/doc/motion* $DESTDIR/usr/share/doc/motion
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user