|
From: Thomas U. <tho...@ma...> - 2026-05-28 11:34:30
|
On Thu, 28 May 2026, Doron Behar wrote: > [...] > > - cd $(DESTDIR)/$(bindir); \ > - ln -sr $(DESTDIR)/$(setupdir)/lirc-setup > - rm -rf $(DESTDIR)/$(setupdir)/configs > - cd $(DESTDIR)/$(setupdir); \ > - ln -sr $(DESTDIR)/$(pkgdatadir)/configs > + ln -sr \ > + $(DESTDIR)/$(setupdir)/lirc-setup \ > + $(DESTDIR)/$(bindir)/lirc-setup > + ln -sr \ > + $(DESTDIR)/$(pkgdatadir)/configs \ > + $(DESTDIR)/$(setupdir)/configs I don't know if it's wise to also remove this line: rm -rf $(DESTDIR)/$(setupdir)/configs It might have been there for a reason. Best regards, Thomas Uhle |