[csw-devel] SF.net SVN: gar:[7502] csw/mgar/pkg/coreutils/trunk/Makefile
bdwalton at users.sourceforge.net
bdwalton at users.sourceforge.net
Sun Nov 29 01:53:46 CET 2009
Revision: 7502
http://gar.svn.sourceforge.net/gar/?rev=7502&view=rev
Author: bdwalton
Date: 2009-11-29 00:53:45 +0000 (Sun, 29 Nov 2009)
Log Message:
-----------
coreutils: solidfy include/exclude configure opts; setup gsu manual install
Modified Paths:
--------------
csw/mgar/pkg/coreutils/trunk/Makefile
Modified: csw/mgar/pkg/coreutils/trunk/Makefile
===================================================================
--- csw/mgar/pkg/coreutils/trunk/Makefile 2009-11-28 20:17:10 UTC (rev 7501)
+++ csw/mgar/pkg/coreutils/trunk/Makefile 2009-11-29 00:53:45 UTC (rev 7502)
@@ -30,7 +30,7 @@
CONFIGURE_ARGS += --program-prefix=g
CONFIGURE_ARGS += --with-libintl-prefix=/opt/csw/
CONFIGURE_ARGS += --with-libiconv-prefix=/opt/csw/
-CONFIGURE_ARGS += --enable-no-install-program=arch,hostname,su,chcon
+CONFIGURE_ARGS += --enable-no-install-program=chcon
TEST_TARGET = check
@@ -41,6 +41,8 @@
post-install-modulated:
@echo Cleaning up install directory...
rm -rf $(DESTDIR)/$(libdir)
+ @echo Manually install gsu (so no root rights required)
+ cp $(WORKSRC)/src/su $(DESTDIR)$(bindir)/gsu
post-merge:
@(cd $(PKGROOT)$(prefix); \
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