diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2009-12-21 12:35:20 -0800 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2009-12-21 12:35:20 -0800 |
commit | fd47af5e2502bc43bb8fed9f3292a74a573d2bb4 (patch) | |
tree | 1239a13e7b068e8ce1a6a60fcf77af993ffd5b42 /Makefile.am | |
parent | ba1376cd853e6b48cd3c6d32a71e5bb6672c3ff9 (diff) | |
download | vyatta-cfg-fd47af5e2502bc43bb8fed9f3292a74a573d2bb4.tar.gz vyatta-cfg-fd47af5e2502bc43bb8fed9f3292a74a573d2bb4.zip |
Modprobe files are not executable scripts
The files in modprobe.d are not supposed to be marked as executable.
Fixes lintian warning.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index b766cba..10286ff 100644 --- a/Makefile.am +++ b/Makefile.am @@ -13,8 +13,8 @@ AM_LFLAGS = --prefix=yy_`basename $* .l`_ -olex.yy.c completion_SCRIPTS = etc/bash_completion.d/20vyatta-cfg initd_SCRIPTS = etc/init.d/vyatta-ofr dhcphook_SCRIPTS = scripts/vyatta-dhclient-hook -modprobe_SCRIPTS = etc/modprobe.d/no-copybreak.conf -modprobe_SCRIPTS += etc/modprobe.d/floppy.conf +modprobe_DATA = etc/modprobe.d/no-copybreak.conf +modprobe_DATA += etc/modprobe.d/floppy.conf lib_LTLIBRARIES = src/libvyatta-cfg.la |