incron: move to usr/bin.
This commit is contained in:
parent
3fe23b548e
commit
f200a09001
|
@ -1,8 +1,7 @@
|
|||
# Template file for 'incron'
|
||||
pkgname=incron
|
||||
version=0.5.10
|
||||
revision=1
|
||||
build_style=gnu-makefile
|
||||
revision=2
|
||||
make_dirs="/var/spool/incron 0755 root root
|
||||
/etc/incron.d 0755 root root"
|
||||
short_desc="A daemon that executes commands due to inotify events"
|
||||
|
@ -12,13 +11,15 @@ homepage="http://inotify.aiken.cz"
|
|||
distfiles="http://inotify.aiken.cz/download/incron/incron-${version}.tar.gz"
|
||||
checksum=5d4abadb5f16c26e4f728a6433ad22f7655663b5812fbd4f94e852050f38e78a
|
||||
|
||||
pre_build() {
|
||||
do_build() {
|
||||
sed -i 's,sbin,bin,g' Makefile
|
||||
sed -i '1,1i#include <unistd.h>' inotify-cxx.cpp icd-main.cpp
|
||||
sed -i '1,1i#include <stdio.h>' icd-main.cpp inotify-cxx.cpp \
|
||||
usertable.cpp appargs.cpp
|
||||
sed -i 's|strchr(s,|(char*)strchr(s,|' incroncfg.cpp
|
||||
make CC=$CC ${makejobs}
|
||||
}
|
||||
|
||||
post_install() {
|
||||
do_install() {
|
||||
make PREFIX=/usr DESTDIR=${DESTDIR} install
|
||||
vsv incron
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue