Skip to content

Commit fc36d76

Browse files
authored
Merge pull request #16 from endlessm/T35403-fix-debian-rules
fixup! Install Endless' custom configuration
2 parents 5f6b5a1 + 574736f commit fc36d76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

debian/rules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ override_dh_auto_install:
1919
--prefix=/usr --layout=unix \
2020
--root=$(CURDIR)/debian/checkbox-provider-base/
2121
install -d $(CURDIR)/debian/checkbox-provider-base/etc/xdg
22-
install -m 644 config/eos.conf -T \
22+
install -m 644 providers/base/config/eos.conf -T \
2323
$(CURDIR)/debian/checkbox-provider-base/etc/xdg/checkbox.conf
2424

2525
override_dh_gencontrol:

0 commit comments

Comments
 (0)