Changeset 415


Ignore:
Timestamp:
Nov 17, 2021, 1:28:36 AM (2 years ago)
Author:
chronos
Message:
  • Modified: Use standard snap variable SNAPCRAFT_PART_INSTALL in snapcraft.yaml file.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Install/snap/snapcraft.yaml

    r404 r415  
    7575      mv AI/StdAI/libstdai.so AI/StdAI/libstdai-amd64.so
    7676      lazbuild --build-mode=Release Integrated.lpi
    77       ROOT=/root/parts/c-evo/install
    78       install -d -m 755 $ROOT/usr/share/c-evo
    79       install -s -m 755 c-evo $ROOT/usr/share/c-evo
    80       install -m 644 Language.txt $ROOT/usr/share/c-evo
    81       install -m 644 Language2.txt $ROOT/usr/share/c-evo
    82       install -m 644 Fonts.txt $ROOT/usr/share/c-evo
    83       install -d -m 755 $ROOT/usr/share/applications
    84       install -m 755 Install/deb/c-evo.desktop $ROOT/usr/share/applications
    85       install -d -m 755 $ROOT/usr/share/mime/packages
    86       install -m 755 Install/deb/c-evo.xml $ROOT/usr/share/mime/packages
    87       install -d -m 755 $ROOT/usr/share/pixmaps
    88       install -m 644 Graphics/c-evo_64x64.png $ROOT/usr/share/pixmaps/c-evo.png
    89       install -m 644 Graphics/c-evo_64x64.png $ROOT/usr/share/pixmaps/application-cevo.png
    90       install -m 644 Graphics/c-evo_64x64.png $ROOT/usr/share/pixmaps/application-cevomap.png
    91       install -d -m 755 $ROOT/usr/share/c-evo/AI/StdAI
    92       install -m 644 AI/StdAI/libstdai-amd64.so $ROOT/usr/share/c-evo/AI/StdAI
    93       install -m 644 AI/StdAI/StdAI.ai.txt $ROOT/usr/share/c-evo/AI/StdAI
    94       install -m 644 AI/StdAI/StdAI.png $ROOT/usr/share/c-evo/AI/StdAI
    95       cp -r Graphics $ROOT/usr/share/c-evo
    96       cp -r Help $ROOT/usr/share/c-evo
    97       cp -r Sounds $ROOT/usr/share/c-evo
    98       cp -r Tribes $ROOT/usr/share/c-evo
    99       cp -r Localization $ROOT/usr/share/c-evo
    100       cp -r Maps $ROOT/usr/share/c-evo
    101       cp -r Saved $ROOT/usr/share/c-evo
    102       cp -r "AI Template" $ROOT/usr/share/c-evo
     77      install -d -m 755 $SNAPCRAFT_PART_INSTALL/usr/share/c-evo
     78      install -s -m 755 c-evo $SNAPCRAFT_PART_INSTALL/usr/share/c-evo
     79      install -m 644 Language.txt $SNAPCRAFT_PART_INSTALL/usr/share/c-evo
     80      install -m 644 Language2.txt $SNAPCRAFT_PART_INSTALL/usr/share/c-evo
     81      install -m 644 Fonts.txt $SNAPCRAFT_PART_INSTALL/usr/share/c-evo
     82      install -d -m 755 $SNAPCRAFT_PART_INSTALL/usr/share/applications
     83      install -m 755 Install/deb/c-evo.desktop $SNAPCRAFT_PART_INSTALL/usr/share/applications
     84      install -d -m 755 $SNAPCRAFT_PART_INSTALL/usr/share/mime/packages
     85      install -m 644 Install/deb/c-evo.xml $SNAPCRAFT_PART_INSTALL/usr/share/mime/packages
     86      install -d -m 755 $SNAPCRAFT_PART_INSTALL/usr/share/pixmaps
     87      install -m 644 Graphics/c-evo_64x64.png $SNAPCRAFT_PART_INSTALL/usr/share/pixmaps/c-evo.png
     88      install -m 644 Graphics/c-evo_64x64.png $SNAPCRAFT_PART_INSTALL/usr/share/pixmaps/application-cevo.png
     89      install -m 644 Graphics/c-evo_64x64.png $SNAPCRAFT_PART_INSTALL/usr/share/pixmaps/application-cevomap.png
     90      install -d -m 755 $SNAPCRAFT_PART_INSTALL/usr/share/c-evo/AI/StdAI
     91      install -m 644 AI/StdAI/libstdai-amd64.so $SNAPCRAFT_PART_INSTALL/usr/share/c-evo/AI/StdAI
     92      install -m 644 AI/StdAI/StdAI.ai.txt $SNAPCRAFT_PART_INSTALL/usr/share/c-evo/AI/StdAI
     93      install -m 644 AI/StdAI/StdAI.png $SNAPCRAFT_PART_INSTALL/usr/share/c-evo/AI/StdAI
     94      cp -r Graphics $SNAPCRAFT_PART_INSTALL/usr/share/c-evo
     95      cp -r Help $SNAPCRAFT_PART_INSTALL/usr/share/c-evo
     96      cp -r Sounds $SNAPCRAFT_PART_INSTALL/usr/share/c-evo
     97      cp -r Tribes $SNAPCRAFT_PART_INSTALL/usr/share/c-evo
     98      cp -r Localization $SNAPCRAFT_PART_INSTALL/usr/share/c-evo
     99      cp -r Maps $SNAPCRAFT_PART_INSTALL/usr/share/c-evo
     100      cp -r Saved $SNAPCRAFT_PART_INSTALL/usr/share/c-evo
     101      cp -r "AI Template" $SNAPCRAFT_PART_INSTALL/usr/share/c-evo
    103102    stage:
    104103      - etc
Note: See TracChangeset for help on using the changeset viewer.