Merge pull request #6 from rbgarga/patch-1

Do not remove clixonrc on install-include
This commit is contained in:
Olof Hagsand 2018-01-05 16:26:30 +01:00 committed by GitHub
commit 071667102c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -52,10 +52,10 @@ install: clixonrc
install -m 755 clixonrc $(DESTDIR)$(sysconfdir)
install-include:
rm -f $(DESTDIR)$(sysconfdir)/clixonrc
uninstall:
rm -f $(DESTDIR)$(sysconfdir)/clixonrc
depend: