SVN: rc-scripts/trunk/Makefile.am

arekm arekm at pld-linux.org
Thu May 13 09:17:18 CEST 2010


Author: arekm
Date: Thu May 13 09:17:17 2010
New Revision: 11462

Modified:
   rc-scripts/trunk/Makefile.am
Log:
Include/install firmware-loader.sh brought by commit r10422.

Modified: rc-scripts/trunk/Makefile.am
==============================================================================
--- rc-scripts/trunk/Makefile.am	(original)
+++ rc-scripts/trunk/Makefile.am	Thu May 13 09:17:17 2010
@@ -11,6 +11,11 @@
 	crypttab \
 	sysctl.conf
 
+firmwaredir = /lib/firmware
+
+firmware_SCRIPTS = \
+	firmware-loader.sh
+
 profiledir = @sysconfdir@/profile.d
 
 profile_DATA = \
@@ -26,6 +31,7 @@
 EXTRA_DIST = \
 	$(sysconf_DATA) \
 	$(profile_DATA) \
+	$(firmware_SCRIPTS) \
 	$(sbin_SCRIPTS) \
 	$(bin_SCRIPTS)
 


More information about the pld-cvs-commit mailing list