diff src/units.mk @ 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 e7cb2340feff
children 13be64f9f16d
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