Index: trunk/extsrc/gpcsw/Make.Common.fixed
===================================================================
--- trunk/extsrc/gpcsw/Make.Common.fixed	(revision 23488)
+++ trunk/extsrc/gpcsw/Make.Common.fixed	(revision 25573)
@@ -670,6 +670,6 @@
 $(DIR_BIN)/%:	$(DIR_BIN)/%-$(VERSION)
 	@echo "--> Installing link to $(notdir $<) as $(notdir $@)"
-	@-mv $@ $@.$(shell date +%H%M%S).TEXT_FILE_BUSY 2> /dev/null || /bin/true
-	@-rm -f $(DIR_BIN)/*.TEXT_FILE_BUSY 2> /dev/null || /bin/true
+	@-mv $@ $@.$(shell date +%H%M%S).TEXT_FILE_BUSY 2> /dev/null || true
+	@-rm -f $(DIR_BIN)/*.TEXT_FILE_BUSY 2> /dev/null || true
 	@ln $< $@
 	# @-setuidinst $@
@@ -677,10 +677,10 @@
 $(DIR_BIN)/%-$(VERSION): scripts/%.sh
 	@echo "--> Installing sh script $(notdir $@)"
-	@-mv $@ $@.$(shell date +%H%M%S).TEXT_FILE_BUSY 2> /dev/null || /bin/true
+	@-mv $@ $@.$(shell date +%H%M%S).TEXT_FILE_BUSY 2> /dev/null || true
 	@$(INSTALL) -m 0555 $< $@ || ( rm -f $@ && exit 1 )
 
 $(DIR_BIN)/%-$(VERSION): $(EXECNAME)
 	@echo "--> Installing program $(notdir $@)"
-	@-mv $@ $@.$(shell date +%H%M%S).TEXT_FILE_BUSY 2> /dev/null || /bin/true
+	@-mv $@ $@.$(shell date +%H%M%S).TEXT_FILE_BUSY 2> /dev/null || true
 	@$(INSTSTRIP) -m 0755 $< $@ || ( rm -f $@ && exit 1 )
 	@chmod 0555 $@
