wesnoth-cvs-commits
[Top][All Lists]
Advanced

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

[Wesnoth-cvs-commits] wesnoth/src Makefile.am


From: Isaac Clerencia
Subject: [Wesnoth-cvs-commits] wesnoth/src Makefile.am
Date: Sun, 10 Apr 2005 09:26:48 -0400

CVSROOT:        /cvsroot/wesnoth
Module name:    wesnoth
Branch:         
Changes by:     Isaac Clerencia <address@hidden>        05/04/10 13:26:48

Modified files:
        src            : Makefile.am 

Log message:
        Add $(DESTDIR) when creating the $(fifodir)

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/src/Makefile.am.diff?tr1=1.91&tr2=1.92&r1=text&r2=text

Patches:
Index: wesnoth/src/Makefile.am
diff -u wesnoth/src/Makefile.am:1.91 wesnoth/src/Makefile.am:1.92
--- wesnoth/src/Makefile.am:1.91        Sat Apr  9 13:05:09 2005
+++ wesnoth/src/Makefile.am     Sun Apr 10 13:26:48 2005
@@ -599,11 +599,11 @@
 
 if SERVER
 install-exec-hook:
-       mkdir -p -m 0700 $(fifodir)
-       chown $(serveruid):$(servergid) $(fifodir)
+       mkdir -p -m 0700 $(DESTDIR)$(fifodir)
+       chown $(serveruid):$(servergid) $(DESTDIR)$(fifodir)
 
 uninstall-hook:
-       rm -rf $(localstatedir)/wesnothd/
+       rm -rf $(DESTDIR)$(fifodir)
 else
 install-exec-hook:
 uninstall-hook:




reply via email to

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