[csw-devel] SF.net SVN: gar:[21823] csw/mgar/pkg/alternatives/trunk/Makefile

pfelecan at users.sourceforge.net pfelecan at users.sourceforge.net
Thu Aug 22 11:32:45 CEST 2013


Revision: 21823
          http://gar.svn.sourceforge.net/gar/?rev=21823&view=rev
Author:   pfelecan
Date:     2013-08-22 09:32:45 +0000 (Thu, 22 Aug 2013)
Log Message:
-----------
alternatives/trunk: corrected the placement of the script

Modified Paths:
--------------
    csw/mgar/pkg/alternatives/trunk/Makefile

Modified: csw/mgar/pkg/alternatives/trunk/Makefile
===================================================================
--- csw/mgar/pkg/alternatives/trunk/Makefile	2013-08-22 09:20:24 UTC (rev 21822)
+++ csw/mgar/pkg/alternatives/trunk/Makefile	2013-08-22 09:32:45 UTC (rev 21823)
@@ -38,8 +38,8 @@
 	@$(MAKECOOKIE)
 
 install-custom:
-	ginstall -d $(DESTDIR)$(bindir)
-	ginstall $(WORKDIR)/alternatives $(DESTDIR)$(bindir)
+	ginstall -d $(DESTDIR)$(sbindir)
+	ginstall $(WORKDIR)/alternatives $(DESTDIR)$(sbindir)
 	ginstall -d $(DESTDIR)$(mandir)/man8
 	ginstall $(WORKDIR)/alternatives.8 $(DESTDIR)$(mandir)/man8
 	ginstall -d $(DESTDIR)/etc/opt/csw/alternatives

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