Skip to Content.
Please activate JavaScript in your web browser
List archive
[SM-Commit] GIT changes to master grimoire by Vlad Glagolev (9bae294c34f9fbe54b0b962a80e3f60c2fb9349b)
Chronological
Thread
<
Chronological
>
<
Thread
>
From
: Vlad Glagolev <scm AT sourcemage.org>
To
: sm-commit AT lists.ibiblio.org
Subject
: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (9bae294c34f9fbe54b0b962a80e3f60c2fb9349b)
Date
: Mon, 26 Sep 2016 15:40:59 +0000
GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:
utils/perli/DEPENDS | 3 ++-
utils/perli/INSTALL | 2 +-
2 files changed, 3 insertions(+), 2 deletions(-)
New commits:
commit 9bae294c34f9fbe54b0b962a80e3f60c2fb9349b
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>
perli: rlwrap is optional; /bin -> /usr/bin
diff --git a/utils/perli/DEPENDS b/utils/perli/DEPENDS
index 6230303..6fa0a22 100755
--- a/utils/perli/DEPENDS
+++ b/utils/perli/DEPENDS
@@ -1,2 +1,3 @@
runtime_depends perl &&
-runtime_depends rlwrap
+
+suggest_depends rlwrap "" "" "for command-line editing, command history, and
tab-completion support"
diff --git a/utils/perli/INSTALL b/utils/perli/INSTALL
index e99e4ad..cfa210a 100755
--- a/utils/perli/INSTALL
+++ b/utils/perli/INSTALL
@@ -1,2 +1,2 @@
-install -vm 755 bin/perli "${INSTALL_ROOT}/bin/perli" &&
+install -vm 755 bin/perli "${INSTALL_ROOT}/usr/bin/perli" &&
install -vm 644 man/perli.1 "${INSTALL_ROOT}/usr/share/man/man1/perli.1"
[SM-Commit] GIT changes to master grimoire by Vlad Glagolev (9bae294c34f9fbe54b0b962a80e3f60c2fb9349b)
,
Vlad Glagolev, 09/26/2016
Archive powered by
MHonArc 2.6.24
.