Skip to content

Commit

Permalink
fix: use absolute path for /usr/sbin (linuxdeepin#96)
Browse files Browse the repository at this point in the history
Log: use absolute path for /usr/sbin
  • Loading branch information
wineee authored May 8, 2023
1 parent e9fd08f commit 117627c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion locale-helper/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const (
dbusServiceName = "org.deepin.dde.LocaleHelper1"
dbusPath = "/org/deepin/dde/LocaleHelper1"
dbusInterface = dbusServiceName
localeGenBin = "locale-gen"
localeGenBin = "/usr/sbin/locale-gen"
)

type Helper struct {
Expand Down

0 comments on commit 117627c

Please sign in to comment.