source: CMT/v1r19/mgr/fragments/installer

Last change on this file was 11, checked in by arnault, 19 years ago

Changing eol-style property

  • Property svn:eol-style set to native
File size: 382 bytes
Line 
1#-- start of installer ------
2
3${CONSTITUENT} :: ${install_dir}/${NAME}${FILESUFFIX}
4
5${install_dir}/${NAME}${FILESUFFIX} : ${FULLNAME}
6        @if test ! -d "${install_dir}" ; then mkdir -p ${install_dir}; fi
7        ${install_command} ${FULLNAME} ${install_dir}/${NAME}${FILESUFFIX}
8
9${CONSTITUENT}clean ::
10        ${uninstall_command} ${install_dir}/${NAME}${FILESUFFIX}
11
12#-- end of installer ------
Note: See TracBrowser for help on using the repository browser.