Skip to content

Commit

Permalink
/usr/sbin/pkg changes for petget wrapper for sc0ttman's package manager
Browse files Browse the repository at this point in the history
  • Loading branch information
s243a committed Aug 19, 2019
1 parent db46b1a commit 6910569
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions woof-code/rootfs-packages/PKG/usr/sbin/pkg
Original file line number Diff line number Diff line change
Expand Up @@ -4586,6 +4586,7 @@ pkg_install(){ # install downloaded package ($1) FUNCLIST
if [ -f "$1" ];then
PKGFILE="$1"
CURDIR="$(dirname "$(realpath "$1")")"
PKGNAME=`basename "$1" .$pkg_ext`
else
# get the real file name (inc path) from the given PKGFILE and pkg_ext (which may be empty)
Expand Down

0 comments on commit 6910569

Please sign in to comment.