Files
btop/Makefile.diff
Scott Bradnick 3accc62bb1 Accepting request 1137462 from home:sbradnick
- Update for version 1.3.0+git20240107.36842a3:
  * Updating Copyright date
  * Adding 'Makefile.diff' so {CHANGELOG,README}.md live in the same DOCDIR
  * Fixing up hardcoded /usr vs. %{_prefix}
  * Adjustments so btop builds for Leap 15.5/15.6

OBS-URL: https://build.opensuse.org/request/show/1137462
OBS-URL: https://build.opensuse.org/package/show/Base:System/btop?expand=0&rev=47
2024-01-08 00:13:11 +00:00

12 lines
668 B
Diff

--- Makefile.smb 2024-01-07 17:53:29.277539396 -0500
+++ Makefile 2024-01-07 17:53:57.784497347 -0500
@@ -281,7 +281,7 @@
@chmod 755 $(DESTDIR)$(PREFIX)/bin/btop
@printf "\033[1;92mInstalling doc to: \033[1;97m$(DESTDIR)$(PREFIX)/share/btop\n"
@mkdir -p $(DESTDIR)$(PREFIX)/share/btop
- @cp -p README.md $(DESTDIR)$(PREFIX)/share/btop
+ @cp -p README.md $(DESTDIR)$(PREFIX)/share/doc/packages/btop
@printf "\033[1;92mInstalling themes to: \033[1;97m$(DESTDIR)$(PREFIX)/share/btop/themes\033[0m\n"
@cp -pr themes $(DESTDIR)$(PREFIX)/share/btop
@printf "\033[1;92mInstalling desktop entry to: \033[1;97m$(DESTDIR)$(PREFIX)/share/applications/btop.desktop\n"