Changeset 16975


Ignore:
Timestamp:
Jul 5, 2012, 9:42:26 AM (14 years ago)
Author:
obi
Message:

[ipk] titan add catcatch and fix filemanager

Location:
ipk
Files:
16 added
1 edited
1 moved

Legend:

Unmodified
Added
Removed
  • ipk/make-ipk

    r16960 r16975  
    184184COUNT=`cat "$HOMEDIR"/.count`
    185185sed "s/Version:.*/Version: $COUNT/" -i "$HOMEDIR"/BUILD/*/CONTROL/control
     186if [ $SWTYPE = "titan" ] && [ $GROUP != "secret" ];then
     187        sed "s/Maintainer:.*/Maintainer: Atemio/" -i "$HOMEDIR"/BUILD/*/CONTROL/control
     188        sed "s!Homepage:.*!Homepage: http://www.atemio.de! -i "$HOMEDIR"/BUILD/*/CONTROL/control
     189elif [ $SWTYPE = "titan" ];then
     190        sed "s/Maintainer:.*/Maintainer: AAF/" -i "$HOMEDIR"/BUILD/*/CONTROL/control
     191        sed "s!Homepage:.*!Homepage: http://www.aaf-digital.info! -i "$HOMEDIR"/BUILD/*/CONTROL/control
     192fi
    186193
    187194if [ $SWTYPE = "titan" ] && [ $SVNUSER = "aafsvn" ];then
     
    256263        # titangames
    257264        cp -a $HOME/flashimg/BUILD/titan/var/usr/local/share/titan/plugins/wins3/* "$HOMEDIR"/BUILD/titangames_wins3/var/usr/local/share/titan/plugins/wins3
     265        cp -a $HOME/flashimg/BUILD/titan/var/usr/local/share/titan/plugins/catcatch/* "$HOMEDIR"/BUILD/titangames_catcatch/var/usr/local/share/titan/plugins/catcatch
    258266
    259267        # titaninfos
Note: See TracChangeset for help on using the changeset viewer.