Merge pull request #6 from rbgarga/patch-1
Do not remove clixonrc on install-include
This commit is contained in:
commit
071667102c
1 changed files with 2 additions and 2 deletions
|
|
@ -52,10 +52,10 @@ install: clixonrc
|
||||||
install -m 755 clixonrc $(DESTDIR)$(sysconfdir)
|
install -m 755 clixonrc $(DESTDIR)$(sysconfdir)
|
||||||
|
|
||||||
install-include:
|
install-include:
|
||||||
rm -f $(DESTDIR)$(sysconfdir)/clixonrc
|
|
||||||
|
|
||||||
uninstall:
|
uninstall:
|
||||||
|
rm -f $(DESTDIR)$(sysconfdir)/clixonrc
|
||||||
|
|
||||||
depend:
|
depend:
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue