Skip to content

Commit

Permalink
Merge 4322aa1 into e6aff50
Browse files Browse the repository at this point in the history
  • Loading branch information
jreidinger committed Aug 28, 2023
2 parents e6aff50 + 4322aa1 commit 81cb25d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ if ENV["YUPDATE_FORCE"] == "1" || File.exist?("/.packages.initrd") || live_iso?
sh "cp share/dbus.conf /usr/share/dbus-1/agama.conf"

# update the systemd service file
source_file = "share/systemd.service"
source_file = "share/agama.service"
target_file = "/usr/lib/systemd/system/agama.service"

unless FileUtils.identical?(source_file, target_file)
Expand Down

0 comments on commit 81cb25d

Please sign in to comment.