Magellan Linux

Diff of /tags/installer-simple-0_4_90_20140108_4/Makefile

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

revision 2332 by niro, Fri Jan 3 13:58:23 2014 UTC revision 2333 by niro, Fri Jan 3 14:00:30 2014 UTC
# Line 15  LN_S = ln -snf Line 15  LN_S = ln -snf
15  RM = rm  RM = rm
16    
17  all:  all:
18   $(SED) 's:%VERSIONTAG%:$(VERSION):' \   $(SED) -e 's:%VERSIONTAG%:$(VERSION):' \
19     -e 'S:%LIBDIR%:$(LIBDIR):g'
20   bin/installer.sh.in \   bin/installer.sh.in \
21   > bin/installer.sh   > bin/installer.sh
22   $(SED) -e 's:%INSTALLER_TTY%:$(INSTALLER_TTY):g'  \   $(SED) -e 's:%INSTALLER_TTY%:$(INSTALLER_TTY):g'  \

Legend:
Removed from v.2332  
changed lines
  Added in v.2333