r261 - trunk/software/zhone/src
smartphones-commits at lists.linuxtogo.org
smartphones-commits at lists.linuxtogo.org
Sun Apr 27 17:57:41 CEST 2008
Author: mickeylauer
Date: 2008-04-27 17:57:41 +0200 (Sun, 27 Apr 2008)
New Revision: 261
Modified:
trunk/software/zhone/src/Makefile.am
Log:
zhone: use DESTDIR in manual install clauses
Modified: trunk/software/zhone/src/Makefile.am
===================================================================
--- trunk/software/zhone/src/Makefile.am 2008-04-27 14:56:25 UTC (rev 260)
+++ trunk/software/zhone/src/Makefile.am 2008-04-27 15:57:41 UTC (rev 261)
@@ -1,6 +1,6 @@
install:
- install -d $(bindir)
- install -m 0755 zhone $(bindir)
+ install -d $(DESTDIR)/$(bindir)
+ install -m 0755 zhone $(DESTDIR)/$(bindir)
MAINTAINERCLEANFILES = Makefile.in
More information about the Smartphones-commits
mailing list