From 3a13b6db1a92ab7968b4ef0fc528b0c5bb619205 Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Mon, 7 Nov 2016 14:14:58 +0000 Subject: - Fix WWW: - Silence mkdir --- games/trigger-data/Makefile | 2 +- games/trigger-data/pkg-descr | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'games') diff --git a/games/trigger-data/Makefile b/games/trigger-data/Makefile index 1db1f7e988ab..decdb638179f 100644 --- a/games/trigger-data/Makefile +++ b/games/trigger-data/Makefile @@ -19,7 +19,7 @@ NO_BUILD= yes do-install: cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR} .for i in 16 22 24 32 36 48 64 72 96 128 192 256 - ${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/hicolor/${i}x${i}/apps/ && \ + @${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/hicolor/${i}x${i}/apps/ && \ ${MV} ${STAGEDIR}${DATADIR}/icon/trigger-${i}.png \ ${STAGEDIR}${PREFIX}/share/icons/hicolor/${i}x${i}/apps/trigger.png .endfor diff --git a/games/trigger-data/pkg-descr b/games/trigger-data/pkg-descr index d1526b283ce1..c3ee196cd4dd 100644 --- a/games/trigger-data/pkg-descr +++ b/games/trigger-data/pkg-descr @@ -4,4 +4,4 @@ race a sequence of 6 courses, with increasing levels of difficulty. Trigger is highly customisable, and it's easy to add new levels and vehicles. -WWW: http://trigger-rally.sourceforge.net +WWW: http://trigger-rally.sourceforge.net/ -- cgit v1.2.3