aboutsummaryrefslogtreecommitdiffhomepage
path: root/cmd/fpkg/install.go
diff options
context:
space:
mode:
authorOphestra <cat@gensokyo.uk>2024-12-29 23:37:11 +0900
committerOphestra <cat@gensokyo.uk>2024-12-29 23:37:11 +0900
commitf8d0786509dcd68ea674c0b37201e2e8a60f98e8 (patch)
tree7bf19a676e69365b97ad20f1aeae3c38b3d968ee /cmd/fpkg/install.go
parent56a73bb019ef807e11ed99bb1e89f032e7a1f393 (diff)
cmd/fpkg: include nixGL source in inner store
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'cmd/fpkg/install.go')
-rw-r--r--cmd/fpkg/install.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/cmd/fpkg/install.go b/cmd/fpkg/install.go
index 0b7ce7a6..36661647 100644
--- a/cmd/fpkg/install.go
+++ b/cmd/fpkg/install.go
@@ -98,7 +98,8 @@ func actionInstall(args []string) {
if app != bundle {
// do not try to re-install
- if app.CurrentSystem == bundle.CurrentSystem &&
+ if app.NixGL == bundle.NixGL &&
+ app.CurrentSystem == bundle.CurrentSystem &&
app.Launcher == bundle.Launcher &&
app.ActivationPackage == bundle.ActivationPackage {
cleanup()