motion: move files to $pkgname
This commit is contained in:
parent
3c9e052258
commit
6e5177a849
1 changed files with 6 additions and 1 deletions
|
@ -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
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue