This website requires JavaScript.
Explore
Help
Register
Sign In
kiss-community
/
kiss
Watch
1
Star
0
Fork
1
You've already forked kiss
mirror of
https://codeberg.org/kiss-community/kiss
synced
2024-11-19 21:10:07 -07:00
Code
Issues
Wiki
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
Copy Permalink