root/sources/yage.diff

Revision 572, 0.7 kB (checked in by Gregor, 2 years ago)

--

  • dsss.conf

    old new  
     1name = yage 
     2 
     3[yage] 
     4version (Posix) { 
     5    prebuild=bash noderelict.sh 
     6} else { 
     7    prebuild=noderelict.bat 
     8} 
  • noderelict.bat

    old new  
     1@echo off 
     2move derelict noderelict 
     3exit 0 
  • noderelict.sh

    old new  
     1#!/bin/bash 
     2mv derelict noderelict >& /dev/null 
     3exit 0 
Note: See TracBrowser for help on using the browser.