changeset 3342:5e9dc7f88328

Allow file listing of "units" module. * src/units.mk ($(PKG)_BUILD): Specify DESTDIR variable during nstallation.
author Michael Goffioul <michael.goffioul@gmail.com>
date Sat, 30 Nov 2013 21:40:45 -0500
parents b251f4358147
children 42cde4acbfe6
files src/units.mk
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/units.mk	Sat Nov 30 21:27:29 2013 -0500
+++ b/src/units.mk	Sat Nov 30 21:40:45 2013 -0500
@@ -20,5 +20,5 @@
         $(HOST_AND_BUILD_CONFIGURE_OPTIONS) 
 
     $(MAKE) -C '$(1)' -j '$(JOBS)' 
-    $(MAKE) -C '$(1)' -j 1 install
+    $(MAKE) -C '$(1)' -j 1 install DESTDIR='$(3)'
 endef