adonthell-commits
[Top][All Lists]
Advanced

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

[adonthell-wastesedge-commits] Release_0-3-3 332eee6 31/50: Prepend to i


From: Kai Sterker
Subject: [adonthell-wastesedge-commits] Release_0-3-3 332eee6 31/50: Prepend to install-exec-local and uninstall-local targets
Date: Mon, 25 Jul 2016 18:15:32 +0000 (UTC)

tag: Release_0-3-3
commit 332eee682088154a73d797a986cc9c1b52f9e543
Author: Gordon Fraser <address@hidden>
Commit: Gordon Fraser <address@hidden>

    Prepend  to install-exec-local and uninstall-local targets
---
 Makefile.am |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index 2f5c867..9351910 100755
--- a/Makefile.am
+++ b/Makefile.am
@@ -15,12 +15,12 @@ CLEANFILES = $(bin_SCRIPTS)
 
 # -- clean game directory before installing
 install-exec-local:
-       rm -Rf $(gamedatadir)
+       rm -Rf $DESTDIR$(gamedatadir)
 
 adonthell-wastesedge: Makefile
        echo -e "#!/bin/sh\n\n$(adonthell_binary) wastesedge" > 
adonthell-wastesedge
 
 # -- make sure the data directory gets deleted
 uninstall-local:
-       rm -rf $(gamedatadir)
+       rm -rf $DESTDIR$(gamedatadir)
 



reply via email to

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