Skip to content

Commit

Permalink
pkg-config
Browse files Browse the repository at this point in the history
before
/usr/local/package/bin/node had source /usr/package/lib/node-12.profile
/usr/package/lib/node.profile was symlink to /usr/package/lib/node-10.profile

after
/usr/local/package/bin/node source /usr/package/lib/node.profile
/usr/package/lib/node.profile is symlink to /usr/package/lib/node-12.profile
  • Loading branch information
david committed Mar 29, 2021
1 parent d8731ea commit c418e3b
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions usrlocalpkg/admin/config
Original file line number Diff line number Diff line change
Expand Up @@ -1131,15 +1131,13 @@ node-12.4.0-0
node-12.4.0=node-12.4.0-0
node-12=node-12.4.0
node-12
node
node12=node
npm
npm12=npm
npx
npx12=npx

#node node npm
# svgo
node=node-12
node
npm

gephi
gephi
Expand Down

0 comments on commit c418e3b

Please sign in to comment.