incron: s/XBPS_ARCH/XBPS_TARGET_MACHINE/
This commit is contained in:
parent
63719ec894
commit
c431a15ff8
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'incron'
|
||||
pkgname=incron
|
||||
version=0.5.10
|
||||
revision=3
|
||||
revision=4
|
||||
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"
|
||||
|
@ -11,8 +11,8 @@ homepage="http://inotify.aiken.cz"
|
|||
distfiles="http://inotify.aiken.cz/download/incron/incron-${version}.tar.gz"
|
||||
checksum=5d4abadb5f16c26e4f728a6433ad22f7655663b5812fbd4f94e852050f38e78a
|
||||
|
||||
case "$XBPS_ARCH" in
|
||||
*-musl) makedepends="argp-standalone"
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
*-musl) makedepends="argp-standalone";;
|
||||
esac
|
||||
|
||||
do_build() {
|
||||
|
|
Loading…
Reference in a new issue