beanstalkd: fix variable name typo
This commit is contained in:
parent
63ac749d1b
commit
7a32037bb7
|
@ -13,7 +13,7 @@ replaces="beanstalk>=0"
|
|||
|
||||
do_build() {
|
||||
sed -i 's,sys/fcntl.h,fcntl.h,' sd-daemon.c
|
||||
make CC=$CC CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" ${makejosbs}
|
||||
make CC=$CC CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" ${makejobs}
|
||||
}
|
||||
do_install() {
|
||||
make PREFIX=/usr DESTDIR=${DESTDIR} install
|
||||
|
|
Loading…
Reference in New Issue
Block a user