Changeset 696 for trunk/Install/deb
- Timestamp:
- Aug 8, 2025, 11:31:43 AM (18 hours ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Install/deb/debian/rules
r689 r696 17 17 override_dh_auto_install: 18 18 install -Dm755 c-evo -t $(ROOT)/usr/bin 19 install -Dm644 Install/ deb/c-evo.desktop -t $(ROOT)/usr/share/applications20 install -Dm644 Install/ deb/c-evo.xml -t $(ROOT)/usr/share/mime/packages21 install -Dm644 Graphics/c-evo_256x256.png $(ROOT)/usr/share/pixmaps/c-evo.png22 install -Dm644 Graphics/c-evo_256x256.png $(ROOT)/usr/share/pixmaps/application-cevo.png23 install -Dm644 Graphics/c-evo_256x256.png $(ROOT)/usr/share/pixmaps/application-cevomap.png19 install -Dm644 Install/common/c-evo.desktop -t $(ROOT)/usr/share/applications 20 install -Dm644 Install/common/c-evo.xml -t $(ROOT)/usr/share/mime/packages 21 install -Dm644 Install/common/c-evo_256x256.png $(ROOT)/usr/share/pixmaps/c-evo.png 22 install -Dm644 Install/common/c-evo_256x256.png $(ROOT)/usr/share/pixmaps/application-cevo.png 23 install -Dm644 Install/common/c-evo_256x256.png $(ROOT)/usr/share/pixmaps/application-cevomap.png 24 24 install -Dm644 AI/StdAI/libstdai-$(DEB_HOST_ARCH).so -t $(ROOT)/usr/share/c-evo/AI/StdAI 25 25
Note:
See TracChangeset
for help on using the changeset viewer.