Skip to content

Commit

Permalink
Merge pull request coreos#196 from lucab/ups/make-install
Browse files Browse the repository at this point in the history
make: install systemd unit as non-executable
  • Loading branch information
Luca Bruno committed Jun 24, 2020
2 parents 2b669b0 + e081e9e commit 15def21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ install: all
bn=$$(basename $$x); \
install -D -t $(DESTDIR)/usr/lib/dracut/modules.d/$${bn} $$x/*; \
done
install -D -t $(DESTDIR)/usr/lib/systemd/system systemd/*
install -D -m 644 -t $(DESTDIR)/usr/lib/systemd/system systemd/*

0 comments on commit 15def21

Please sign in to comment.