Changeset 462

Show
Ignore:
Timestamp:
04/06/07 07:08:50 (1 year ago)
Author:
DominoTree
Message:

Modify BSDmakefile to put configuration files in the correct location, reinput version into Makfeile.inc to be called from BSDmakefile

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/BSDmakefile

    r317 r462  
    1616        cd ./gui && $(MAKE) install 
    1717        cd ./keys && $(MAKE) install 
     18        cd ${INST_PREF} && cp -A * / 
     19        rm -rf ${INST_PREF} 
    1820 
    1921uninstall: 
  • trunk/Makefile.inc

    r445 r462  
    11 
    2 INST_PREF=/tmp/vhcs-1.0.0 
     2INST_PREF=/tmp/vhcs-2.4.8 
    33 
    44HOST_OS=openbsd