Magellan Linux

Diff of /mcore-src/trunk/mcore-tools/dracut/Makefile

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2254 by niro, Sat Jan 11 00:40:30 2014 UTC revision 2255 by niro, Mon Jan 13 14:20:21 2014 UTC
# Line 2  include ../Makefile.inc Line 2  include ../Makefile.inc
2    
3  SCRIPTS = run-mcored.sh module-setup.sh  SCRIPTS = run-mcored.sh module-setup.sh
4    
5    DRACUTCONFDIR = $(SYSCONFDIR)/dracut.conf.d
6    DRACUTMODULESDIR = $(LIBDIR)/dracut/modules.d
7    
8    SCRIPT_SED_LINES += \
9     -e "s:@@DRACUTCONFDIR@@:$(DRACUTCONFDIR):g" \
10     -e "s:@@DRACUTMODULESDIR@@:$(DRACUTMODULESDIR):g"
11    
12  all: $(SCRIPTS)  all: $(SCRIPTS)
13    
14  install: all  install: all

Legend:
Removed from v.2254  
changed lines
  Added in v.2255