diff options
Diffstat (limited to 'games')
-rw-r--r-- | games/xtrojka/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/xtrojka/Makefile b/games/xtrojka/Makefile index 52e18d02f4be..387d13e0670d 100644 --- a/games/xtrojka/Makefile +++ b/games/xtrojka/Makefile @@ -19,7 +19,7 @@ MANCOMPRESSED= yes USE_XLIB= yes pre-install: - @exec mkdirhier ${PREFIX}/share/xtrojka + ${MKDIR} ${PREFIX}/share/xtrojka post-install: strip ${PREFIX}/bin/xtrojka |