[cups.bugs] Re: [HIGH] STR #1611: Installation aborts

Thomas Bork knuffelmail at gmx.de
Thu Apr 27 13:45:42 PDT 2006


[STR New]

This fixed the problem for me:

--- unixinst.mak.org    Sun Apr 23 15:38:33 2006
+++ unixinst.mak        Thu Apr 27 22:38:06 2006
@@ -167,9 +167,6 @@
        done

 install-shared: $(GS_SHARED_OBJS)
-       if test "x$(GS_SHARED_OBJS)" != x; then \
-               mkdir -p $(gssharedir); \
-               for obj in $(GS_SHARED_OBJS); do \
-                       $(INSTALL_PROGRAM) $$obj $(gssharedir)/; \
-               done; \
-       fi
+       mkdir -p $(gssharedir) ; \
+       $(SH) -c 'echo $(GS_SHARED_OBJS) | while read obj ; do \
+       test -z $$obj || $(INSTALL_PROGRAM) $$obj $(gssharedir)/; done'


deveis # make install-shared
mkdir -p /usr/local/lib/ghostscript/8.15 ; \
/bin/sh -c 'echo  | while read obj ; do \
test -z $obj || ./src/instcopy -c -m 755 $obj
/usr/local/lib/ghostscript/8.15/; done'
deveis #

See #1154 and espgs-r103-unixinst-2.patch:
http://cups.org/espgs/strfiles/1154/espgs-r103-unixinst-2.patch

Link: http://www.cups.org/str.php?L1611
Version: 8.15.2





More information about the cups mailing list