adonthell-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[adonthell-wastesedge-commits] Release_0-3-1 2947fe0 010/237: Now makes


From: Kai Sterker
Subject: [adonthell-wastesedge-commits] Release_0-3-1 2947fe0 010/237: Now makes sure that the destination directory is deleted when doing
Date: Mon, 25 Jul 2016 18:14:53 +0000 (UTC)

tag: Release_0-3-1
commit 2947fe00f80006198d90899601fa9c2f503816cb
Author: Alexandre Courbot <address@hidden>
Commit: Alexandre Courbot <address@hidden>

    Now makes sure that the destination directory is deleted when doing
    'make uninstall'
---
 Makefile.am |    5 +++++
 1 file changed, 5 insertions(+)

diff --git a/Makefile.am b/Makefile.am
index c92e85e..50f1535 100755
--- a/Makefile.am
+++ b/Makefile.am
@@ -5,3 +5,8 @@ pkgdatadir = $(gamedatadir)
 pkgdata_DATA = character.data mapengine.data quest.data save.data
 
 EXTRA_DIST = $(pkgdata_DATA)
+
+
+## Be sure the data directory gets deleted
+uninstall-local:
+       rm -Rf $(gamedatadir)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]