summaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2021-03-16 06:38:43 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2021-03-16 06:38:43 (EDT)
commitc1c166ec5498a9f07b0ab6e443469c65849468b3 (patch)
tree2aeeb07c0dfc5e49895497ac2f2a467d12eb5cd4 /games
parent8250cc9687666c46d0353a3fbfed084e2225db9d (diff)
downloaddodge-balls-c1c166ec5498a9f07b0ab6e443469c65849468b3.zip
dodge-balls-c1c166ec5498a9f07b0ab6e443469c65849468b3.tar.gz
dodge-balls-c1c166ec5498a9f07b0ab6e443469c65849468b3.tar.bz2
build: Remove empty game data directories
Diffstat (limited to 'games')
-rw-r--r--games/classic/local.mk1
-rw-r--r--games/local.mk3
2 files changed, 4 insertions, 0 deletions
diff --git a/games/classic/local.mk b/games/classic/local.mk
index 3bba623..0cb0d63 100644
--- a/games/classic/local.mk
+++ b/games/classic/local.mk
@@ -1,4 +1,5 @@
games_classicdir = $(gamesdir)/classic
+uninstall_dirs += $(games_classicdir)
dist_games_classic_DATA = \
%reldir%/game.xml \
diff --git a/games/local.mk b/games/local.mk
index 251a014..d7e2374 100644
--- a/games/local.mk
+++ b/games/local.mk
@@ -1 +1,4 @@
include %reldir%/classic/local.mk
+
+gamesdir = $(pkgdatadir)/games
+uninstall_dirs += $(gamesdir)