From: Arkadiusz Miƛkiewicz Date: Thu, 13 May 2010 07:17:17 +0000 (+0000) Subject: Include/install firmware-loader.sh brought by commit r10422. X-Git-Tag: 0.4.3.3~15 X-Git-Url: http://git.pld-linux.org/?a=commitdiff_plain;h=565f8748202791f5c6336370ccaad8fb345466e8;p=projects%2Frc-scripts.git Include/install firmware-loader.sh brought by commit r10422. svn-id: @11462 --- diff --git a/Makefile.am b/Makefile.am index d99b37b9..4494312b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -11,6 +11,11 @@ sysconf_DATA = \ crypttab \ sysctl.conf +firmwaredir = /lib/firmware + +firmware_SCRIPTS = \ + firmware-loader.sh + profiledir = @sysconfdir@/profile.d profile_DATA = \ @@ -26,6 +31,7 @@ sbin_SCRIPTS = \ EXTRA_DIST = \ $(sysconf_DATA) \ $(profile_DATA) \ + $(firmware_SCRIPTS) \ $(sbin_SCRIPTS) \ $(bin_SCRIPTS)