[csw-devel] SF.net SVN: gar:[16202] csw/mgar/pkg/lsof/trunk/Makefile
dmichelsen at users.sourceforge.net
dmichelsen at users.sourceforge.net
Wed Nov 16 15:42:17 CET 2011
Revision: 16202
http://gar.svn.sourceforge.net/gar/?rev=16202&view=rev
Author: dmichelsen
Date: 2011-11-16 14:42:17 +0000 (Wed, 16 Nov 2011)
Log Message:
-----------
lsof: Make every binary 2755 fixing #4864
Modified Paths:
--------------
csw/mgar/pkg/lsof/trunk/Makefile
Modified: csw/mgar/pkg/lsof/trunk/Makefile
===================================================================
--- csw/mgar/pkg/lsof/trunk/Makefile 2011-11-16 14:41:35 UTC (rev 16201)
+++ csw/mgar/pkg/lsof/trunk/Makefile 2011-11-16 14:42:17 UTC (rev 16202)
@@ -88,7 +88,7 @@
BUILD_OVERRIDE_VAR_CDEF = $(CFLAGS)
PROTOTYPE_MODIFIERS = lsof
-PROTOTYPE_FILES_lsof = $(bindir)/lsof
+PROTOTYPE_FILES_lsof = $(call baseisadirs,$(bindir),lsof)
PROTOTYPE_GROUP_lsof = sys
PROTOTYPE_PERMS_lsof = 2755
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list