Changeset 688


Ignore:
Timestamp:
Aug 1, 2025, 9:50:21 PM (20 hours ago)
Author:
chronos
Message:
  • Modified: Updated deb packaging files.
Location:
tags/1.3.8/Install/deb/debian
Files:
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • tags/1.3.8/Install/deb/debian/install

    r682 r688  
    22Language2.txt usr/share/c-evo
    33Fonts.txt usr/share/c-evo
    4 c-evo usr/share/c-evo
    54
    65Graphics usr/share/c-evo
  • tags/1.3.8/Install/deb/debian/rules

    r637 r688  
    1616
    1717override_dh_auto_install:
    18         install -d -m 755 $(ROOT)/usr/share/c-evo
    19         install -s -m 755 c-evo $(ROOT)/usr/share/c-evo
    20         install -d -m 755 $(ROOT)/usr/bin
    21         install -m 755 debian/c-evo.sh $(ROOT)/usr/bin/c-evo
    22         install -d -m 755 $(ROOT)/usr/share/applications
    23         install -m 755 Install/deb/c-evo.desktop $(ROOT)/usr/share/applications
    24         install -d -m 755 $(ROOT)/usr/share/mime/packages
    25         install -m 644 Install/deb/c-evo.xml $(ROOT)/usr/share/mime/packages
    26         install -d -m 755 $(ROOT)/usr/share/pixmaps
    27         install -m 644 Graphics/c-evo_256x256.png $(ROOT)/usr/share/pixmaps/c-evo.png
    28         install -m 644 Graphics/c-evo_256x256.png $(ROOT)/usr/share/pixmaps/application-cevo.png
    29         install -m 644 Graphics/c-evo_256x256.png $(ROOT)/usr/share/pixmaps/application-cevomap.png
    30         install -d -m 755 $(ROOT)/usr/share/c-evo/AI/StdAI
    31         install -m 644 AI/StdAI/libstdai-$(DEB_HOST_ARCH).so $(ROOT)/usr/share/c-evo/AI/StdAI
     18        install -Dm755 c-evo -t $(ROOT)/usr/bin
     19        install -Dm644 Install/deb/c-evo.desktop -t $(ROOT)/usr/share/applications
     20        install -Dm644 Install/deb/c-evo.xml -t $(ROOT)/usr/share/mime/packages
     21        install -Dm644 Graphics/c-evo_256x256.png $(ROOT)/usr/share/pixmaps/c-evo.png
     22        install -Dm644 Graphics/c-evo_256x256.png $(ROOT)/usr/share/pixmaps/application-cevo.png
     23        install -Dm644 Graphics/c-evo_256x256.png $(ROOT)/usr/share/pixmaps/application-cevomap.png
     24        install -Dm644 AI/StdAI/libstdai-$(DEB_HOST_ARCH).so -t $(ROOT)/usr/share/c-evo/AI/StdAI
    3225
    3326%:
Note: See TracChangeset for help on using the changeset viewer.