summaryrefslogtreecommitdiff
path: root/toru-path
diff options
context:
space:
mode:
Diffstat (limited to 'toru-path')
-rwxr-xr-xtoru-path2
1 files changed, 1 insertions, 1 deletions
diff --git a/toru-path b/toru-path
index 71dc85c..5065a30 100755
--- a/toru-path
+++ b/toru-path
@@ -17,7 +17,7 @@ for _pkgbuild in ${pkgbuilds[@]}; do
continue
}
- fullpath=$(dirname $(readlink -f ${_pkgbuild}))
+ fullpath=$(dirname ${_pkgbuild})
for _pkg in ${pkgbase} ${pkgname[@]} ${provides[@]}; do
paths+=(${_pkg/[<>=]*}:${fullpath})