dcron: fix installation without fakeroot.

This commit is contained in:
Juan RP 2014-10-13 18:42:26 +02:00
parent 44b8259b84
commit 93a47bc963
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ do_configure() {
}
do_build() {
make CFLAGS="$CFLAGS -fPIE" LDFLAGS="$LDFLAGS -pie" \
PREFIX=/usr CRONTAB_GROUP=users CRONTABS=/var/spool/cron \
PREFIX=/usr CRONTAB_GROUP=$(whoami) CRONTABS=/var/spool/cron \
CRONSTAMPS=/var/spool/cronstamps ${makejobs}
}
do_install() {