summaryrefslogtreecommitdiff
path: root/pm.lua
diff options
context:
space:
mode:
authorubq323 <ubq323@ubq323.website>2022-08-04 00:09:46 +0100
committerubq323 <ubq323@ubq323.website>2022-08-04 00:09:46 +0100
commit19cd6de2dba000099196f5a994b5bd677fc2c467 (patch)
treedaceab84654b953752d7f4a682aa6d61562e653c /pm.lua
parent5a2808ab464eaaab1f380332e3b6c57b98f56d97 (diff)
pm
Diffstat (limited to 'pm.lua')
-rw-r--r--pm.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/pm.lua b/pm.lua
index ab504d4..8a9d9ce 100644
--- a/pm.lua
+++ b/pm.lua
@@ -64,6 +64,7 @@ local function recursive_depsof(pkgname)
end
end
end
+ deps[pkgname] = true
F(pkgname)
return deps
end