summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPol Vinogradov2014-10-05 23:06:47 -0400
committerPol Vinogradov2014-10-05 23:06:47 -0400
commit4409dfeac8c8381ea159b2b2df38bf65a60689b3 (patch)
tree7feb1eeb5ecbad0864c9a6536365b507fc9131b6
parent2f86cdec61207991e6405c8cf515b2f85beaa996 (diff)
http/dwb/INSTALL: fixed the "fix"
-rwxr-xr-xhttp/dwb/INSTALL4
1 files changed, 2 insertions, 2 deletions
diff --git a/http/dwb/INSTALL b/http/dwb/INSTALL
index 9a0b4977f3..107c3eb9d8 100755
--- a/http/dwb/INSTALL
+++ b/http/dwb/INSTALL
@@ -1,5 +1,5 @@
if is_depends_enabled $SPELL gtk+3 ; then
- make GTK=3 DESTDIR=${INSTALL_ROOT}/usr install
+ make GTK=3 install
else
- make DESTDIR=${INSTALL_ROOT}/usr install
+ make install
fi