sysprof: move udev rules to /usr/lib/udev/rules.d.
This commit is contained in:
parent
eb3a972c0d
commit
42b284032b
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'sysprof'
|
# Template file for 'sysprof'
|
||||||
pkgname=sysprof
|
pkgname=sysprof
|
||||||
version=1.2.0
|
version=1.2.0
|
||||||
revision=2
|
revision=3
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="glib-devel gtk+-devel libglade-devel"
|
makedepends="glib-devel gtk+-devel libglade-devel"
|
||||||
|
@ -11,3 +11,8 @@ license="GPL-2"
|
||||||
homepage="http://sysprof.com/"
|
homepage="http://sysprof.com/"
|
||||||
distfiles="http://sysprof.com/sysprof-${version}.tar.gz"
|
distfiles="http://sysprof.com/sysprof-${version}.tar.gz"
|
||||||
checksum=baf03c6fc01a845c705873e6fc7927aa89539dcda6963f9ec4c8eb4c086a64f1
|
checksum=baf03c6fc01a845c705873e6fc7927aa89539dcda6963f9ec4c8eb4c086a64f1
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vmkdir usr/lib/udev/rules.d
|
||||||
|
mv ${DESTDIR}/etc/udev/rules.d/* ${DESTDIR}/usr/lib/udev/rules.d
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue