anacron: add current Debian patchset with multiple improvements.
This commit is contained in:
parent
64aa270a95
commit
6534639159
3 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,5 @@
|
||||||
# /etc/anacrontab example
|
# /etc/anacrontab example
|
||||||
|
MAILTO=""
|
||||||
SHELL=/bin/sh
|
SHELL=/bin/sh
|
||||||
PATH=/sbin:/bin:/usr/sbin:/usr/bin
|
PATH=/sbin:/bin:/usr/sbin:/usr/bin
|
||||||
# format: period delay job-identifier command
|
# format: period delay job-identifier command
|
||||||
|
|
BIN
srcpkgs/anacron/patches/anacron_2.3-14.diff.gz
Normal file
BIN
srcpkgs/anacron/patches/anacron_2.3-14.diff.gz
Normal file
Binary file not shown.
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'anacron'
|
# Template file for 'anacron'
|
||||||
pkgname=anacron
|
pkgname=anacron
|
||||||
version=2.3
|
version=2.3
|
||||||
revision=2
|
revision=3
|
||||||
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.gz"
|
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.gz"
|
||||||
build_style=gnu_makefile
|
build_style=gnu_makefile
|
||||||
make_install_args="PREFIX=$XBPS_DESTDIR/$pkgname-$version
|
make_install_args="PREFIX=$XBPS_DESTDIR/$pkgname-$version
|
||||||
|
|
Loading…
Reference in a new issue