]> pd.if.org Git - zpackage/commitdiff
add libexec to zpm driver
authorNathan Wagner <nw@hydaspes.if.org>
Wed, 22 Mar 2017 21:08:29 +0000 (16:08 -0500)
committerNathan Wagner <nw@hydaspes.if.org>
Fri, 31 Mar 2017 05:03:41 +0000 (00:03 -0500)
zpm

diff --git a/zpm b/zpm
index a761d8f98c2daa93cd540847e56cf64d95a5c12f..389931b0e15d12bf97873110ed3af0b7418a3e93 100755 (executable)
--- a/zpm
+++ b/zpm
@@ -1,5 +1,8 @@
 #!/bin/sh
 
+PATH="$PATH:/usr/libexec/zpm"
+export PATH
+
 [ -z "$1" ] && set help
 cmd="$1"
 shift