herbstluftwm/examples-remove-executable-bits.patch
Ondřej Súkup 2b30a72443 Accepting request 561016 from home:avindra
- Split files into appropriate sub-packages
- Pass optflags to gcc via CPPFLAGS instead of CXXFLAGS
- Patches for fixing build errors and warnings
  * add herbstluftwm-shebangs.patch
  * add herbstluftwm-shebangs-2.patch
  * add examples-remove-executable-bits.patch
- Source download
  * update all urls to use https
  * track .sig file
- General tidiness
  * cleanup with spec-cleaner
  * use %make_install macro
  * renumber sources

OBS-URL: https://build.opensuse.org/request/show/561016
OBS-URL: https://build.opensuse.org/package/show/X11:windowmanagers/herbstluftwm?expand=0&rev=9
2018-01-10 13:06:55 +00:00

14 lines
469 B
Diff

diff --git a/Makefile b/Makefile
index 7849896..ad9096d 100644
--- a/Makefile
+++ b/Makefile
@@ -138,7 +138,7 @@ install-nodoc: all-nodoc
$(INSTALL) -m 644 share/herbstluftwm.desktop '$(DESTDIR)$(XSESSIONSDIR)/'
$(INSTALL) -m 755 share/dmenu_run_hlwm '$(DESTDIR)$(BINDIR)/'
$(INSTALL) -m 644 scripts/README '$(DESTDIR)$(EXAMPLESDIR)/'
- $(INSTALL) -m 755 scripts/*.sh '$(DESTDIR)$(EXAMPLESDIR)/'
+ $(INSTALL) -m 644 scripts/*.sh '$(DESTDIR)$(EXAMPLESDIR)/'