This website requires JavaScript.
Explore
Help
Register
Sign In
bonsai
/
kiss
Watch
3
Star
0
Fork
0
You've already forked kiss
forked from
kiss-community/kiss
Code
Issues
2
Pull Requests
Projects
Releases
Activity
afda171053
kiss
/
contrib
/
kiss-repodepends
6 lines
82 B
Plaintext
Raw
Normal View
History
Unescape
Escape
kiss: Merge kiss-utils and kiss
2019-10-30 04:51:48 -06:00
#!/bin/sh
#
# kiss-repodepends
kiss-repodepends: don't output the dependencies of installed package kiss-repodepends did not honour the user's KISS_PATH and outputted the last path it found. If the user has the package installed, the last path will always be the system database, which defeats the whole purpose of "repodepends". This patch will use the first path it finds, which will be the user's preferred repository in the KISS_PATH. Signed-off-by: Dylan Araps <dylan.araps@gmail.com>
2020-04-17 03:44:15 -06:00
cat "$(kiss s "$1" | sed 1q)/depends" 2>/dev/null
Reference in New Issue
Copy Permalink