Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/hgy59/spksrc into update_…
Browse files Browse the repository at this point in the history
…mono
  • Loading branch information
hgy59 committed Jan 23, 2020
2 parents 75eaa9c + faafcb2 commit e62d5b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mk/spksrc.service.create_links
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ service_create_links ()
for cmd in ${SPK_COMMANDS}
do
if [ -e "${SYNOPKG_PKGDEST}/${cmd}" ]; then
mkdir -p "$(dirname /usr/local/${cmd}"
mkdir -p "$(dirname /usr/local/${cmd})"
echo "create link: /usr/local/${cmd} -> ${SYNOPKG_PKGDEST}/${cmd}" >> "${INST_LOG}"
ln -s "${SYNOPKG_PKGDEST}/${cmd}" "/usr/local/${cmd}"
fi
Expand Down

0 comments on commit e62d5b4

Please sign in to comment.