help-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Autoconf and scripts in /etc/logrotate.d


From: Qaxi
Subject: Autoconf and scripts in /etc/logrotate.d
Date: 23 Sep 2005 02:20:15 -0700
User-agent: G2/0.2

Hi
I am triing do this in Makefile.am
-------------------------------------
nobase_sysconf_SCRIPTS = cron.d/backupninja logrotate.d/backupninja
-------------------------------------
I get ERROR: etc/Makefile.am:8: `sysconfdir' is not a legitimate
directory for `SCRIPTS'

Wen I change it to
-------------------------------------
nobase_sysconf_DATA = cron.d/backupninja logrotate.d/backupninja
-------------------------------------
it works, but I need the files be runable ....

Petr Klima



reply via email to

[Prev in Thread] Current Thread [Next in Thread]