summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdnan Ali <adnan.ali@codethink.co.uk>2012-01-31 17:47:27 +0000
committerAdnan Ali <adnan.ali@codethink.co.uk>2012-01-31 17:47:27 +0000
commita7e9889bf01a08e35e6b836dd6620ee1be6c22ce (patch)
tree854e09143129a309383cfc8d7a7c5e253d76febc
parent7b3923f913ef92008410a2bde4893687e2d2e1c6 (diff)
downloadcurl-a7e9889bf01a08e35e6b836dd6620ee1be6c22ce.tar.gz
DESTDIR change in install
-rw-r--r--curl.morph2
1 files changed, 1 insertions, 1 deletions
diff --git a/curl.morph b/curl.morph
index 6dae0b814..99875ce6b 100644
--- a/curl.morph
+++ b/curl.morph
@@ -9,6 +9,6 @@
"make"
],
"install-commands": [
- "make install"
+ "make DESTDIR=\"$DESTDIR\" install"
]
}