[Xfce4-commits] [apps/xfce4-panel-profiles] 27/162: Avoid Linuxisms (LP: #1489547) - Patch provided by Olivier Duchateau (duchateau-olivier) https://bugs.launchpad.net/xfpanel-switch/+bug/1489547/comments/1
noreply at xfce.org
noreply at xfce.org
Fri Jul 13 13:08:46 CEST 2018
This is an automated email from the git hooks/post-receive script.
o c h o s i p u s h e d a c o m m i t t o b r a n c h m a s t e r
in repository apps/xfce4-panel-profiles.
commit d26e3a252298912e8d8bb009ed15bbb541ec13a6
Author: Sean Davis <smd.seandavis at gmail.com>
Date: Tue Sep 8 21:37:38 2015 -0400
Avoid Linuxisms (LP: #1489547)
- Patch provided by Olivier Duchateau (duchateau-olivier)
https://bugs.launchpad.net/xfpanel-switch/+bug/1489547/comments/1
---
Makefile.in.in | 2 +-
bin/xfpanel-switch.in.in | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/Makefile.in.in b/Makefile.in.in
index ad6e2a9..70420b3 100644
--- a/Makefile.in.in
+++ b/Makefile.in.in
@@ -32,7 +32,7 @@ install: all
install README $(DESTDIR)/$(PREFIX)/share/doc/$(APPNAME)
install -d $(DESTDIR)/$(PREFIX)/share/applications
- install --mode=644 $(APPNAME).desktop $(DESTDIR)/$(PREFIX)/share/applications
+ install -m 644 $(APPNAME).desktop $(DESTDIR)/$(PREFIX)/share/applications
# Enable once we have locales
# cp -rf locale $(DESTDIR)/$(PREFIX)/share
diff --git a/bin/xfpanel-switch.in.in b/bin/xfpanel-switch.in.in
index c2e9227..06514d4 100644
--- a/bin/xfpanel-switch.in.in
+++ b/bin/xfpanel-switch.in.in
@@ -1,2 +1,2 @@
-#!/usr/bin/env bash
-%python% %prefix%/share/xfpanel-switch/xfpanel-switch/xfpanel-switch.py "$@"
\ No newline at end of file
+#!/bin/sh
+%python% %prefix%/share/xfpanel-switch/xfpanel-switch/xfpanel-switch.py "$@"
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list