]> git.pld-linux.org Git - packages/bigsister.git/commitdiff
- add --with-crondir argument to skip requirement of cron dirs at build time
authorElan Ruusamäe <glen@pld-linux.org>
Sat, 15 Apr 2006 15:52:27 +0000 (15:52 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bigsister-ac.patch -> 1.1

bigsister-ac.patch [new file with mode: 0644]

diff --git a/bigsister-ac.patch b/bigsister-ac.patch
new file mode 100644 (file)
index 0000000..2791c85
--- /dev/null
@@ -0,0 +1,17 @@
+--- big-sister-1.02/configure.in~      2005-11-22 13:19:16.000000000 +0200
++++ big-sister-1.02/configure.in       2006-04-15 18:50:53.000000000 +0300
+@@ -256,11 +256,14 @@
+ AC_SUBST(crondir)
+ AC_MSG_CHECKING([where to store weekly cronjobs])
++AC_ARG_WITH(  crondir, [  --with-crondir           where to store weekly cronjobs],crondir=$withval)
++if test "$crondir" = ""; then
+ for dir in /etc/cron.weekly; do
+     if test -d $dir; then
+           crondir=$dir
+     fi
+ done 
++fi
+ if test "$crondir" = ""; then
+     AC_MSG_RESULT(none)
This page took 0.135467 seconds and 4 git commands to generate.