summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYouhei SASAKI <uwabami@gfd-dennou.org>2020-10-29 17:16:41 +0900
committerDavid Bremner <bremner@debian.org>2020-10-29 08:15:40 -0300
commitc00705423311afaaa6b46a91449e3966bc8bdef8 (patch)
treeb97d5738beb0df8a3581d25fdc552e8549b467b7
parent0225d710f7364e36e900794e095dcf13765e75ef (diff)
Fix ELPA_LOAD_PATH
Signed-off-by: Youhei SASAKI <uwabami@gfd-dennou.org>
-rwxr-xr-xhelper/install2
1 files changed, 1 insertions, 1 deletions
diff --git a/helper/install b/helper/install
index 622cbc7..1a2eb8a 100755
--- a/helper/install
+++ b/helper/install
@@ -13,7 +13,7 @@ PATH=/usr/sbin:/usr/bin:/sbin:/bin
FLAVOR=$1
ELPA_PACKAGE=$2
ELPA_VERSION=$3
-ELPA_LOADPATH=$4
+ELPA_LOAD_PATH=$4
ELPA_DIR=${ELPA_PACKAGE}-${ELPA_VERSION}