Commit 9320275a authored by Dylan Araps's avatar Dylan Araps

packages: Fix DragonFlyBSD. Thanks pornguy

parent 757a6732
...@@ -1370,7 +1370,7 @@ get_packages() { ...@@ -1370,7 +1370,7 @@ get_packages() {
has pkginfo && tot pkginfo -i has pkginfo && tot pkginfo -i
case "$kernel_name" in case "$kernel_name" in
"FreeBSD") has "pkg" && tot pkg info ;; "FreeBSD"|"DragonFly") has "pkg" && tot pkg info ;;
*) *)
has "pkg" && dir /var/db/pkg/* has "pkg" && dir /var/db/pkg/*
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment