[102094] trunk/dports/sysutils/htop/files/patch-Makefile.am-setgid-procmod. diff

cal at macports.org cal at macports.org
Sun Jan 27 14:48:31 PST 2013


Revision: 102094
          https://trac.macports.org/changeset/102094
Author:   cal at macports.org
Date:     2013-01-27 14:48:31 -0800 (Sun, 27 Jan 2013)
Log Message:
-----------
htop: fix regression: build failure in non-root installations

Modified Paths:
--------------
    trunk/dports/sysutils/htop/files/patch-Makefile.am-setgid-procmod.diff

Modified: trunk/dports/sysutils/htop/files/patch-Makefile.am-setgid-procmod.diff
===================================================================
--- trunk/dports/sysutils/htop/files/patch-Makefile.am-setgid-procmod.diff	2013-01-27 22:03:09 UTC (rev 102093)
+++ trunk/dports/sysutils/htop/files/patch-Makefile.am-setgid-procmod.diff	2013-01-27 22:48:31 UTC (rev 102094)
@@ -1,9 +1,8 @@
 --- Makefile.am.orig	2013-01-27 20:29:54.000000000 +0100
 +++ Makefile.am	2013-01-27 20:30:13.000000000 +0100
-@@ -51,4 +51,5 @@
+@@ -51,4 +51,4 @@
  	$(MAKE) all CFLAGS="-ggdb -DDEBUGLITE"
  
  install-exec-hook:
 -	chmod 4755 $(DESTDIR)$(bindir)/htop
-+	chgrp procmod $(DESTDIR)$(bindir)/htop
-+	chmod 2755 $(DESTDIR)$(bindir)/htop
++	-chgrp procmod $(DESTDIR)$(bindir)/htop && chmod 2755 $(DESTDIR)$(bindir)/htop
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130127/a0775c4a/attachment.html>


More information about the macports-changes mailing list