aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/wifimgr/files/patch-src_Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net-mgmt/wifimgr/files/patch-src_Makefile')
-rw-r--r--net-mgmt/wifimgr/files/patch-src_Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/net-mgmt/wifimgr/files/patch-src_Makefile b/net-mgmt/wifimgr/files/patch-src_Makefile
new file mode 100644
index 000000000000..5b8e947bf1c4
--- /dev/null
+++ b/net-mgmt/wifimgr/files/patch-src_Makefile
@@ -0,0 +1,20 @@
+--- src/Makefile.orig 2014-05-10 22:54:38 UTC
++++ src/Makefile
+@@ -97,7 +97,7 @@ clean:
+ rm -f *.o
+ rm -f *.core
+
+-install: ${installed} update-icon-cache
++install: ${installed} # update-icon-cache
+
+ deinstall: do-deinstall update-icon-cache
+
+@@ -113,7 +113,7 @@ ${DESTDIR}${PREFIX}/bin/wifimgr: wifimgr
+ ${INSTALL} $? $@
+
+ ${DESTDIR}${PREFIX}/libexec/wifimgrsu: wifimgrsu
+- ${INSTALL} -o root -g wheel -m 4511 $? $@
++ ${INSTALL} -m 511 $? $@
+
+ ${DESTDIR}${PREFIX}/share/applications/wifimgr.desktop: wifimgr.desktop
+ ${INSTALL} -m 444 $? $@