zsh-workers
 help / color / mirror / code / Atom feed
* PATCH: Config/{un,}installfns.sh fail when not using function subdirs
@ 1999-09-01 18:03 Bart Schaefer
  0 siblings, 0 replies; only message in thread
From: Bart Schaefer @ 1999-09-01 18:03 UTC (permalink / raw)
  To: zsh-workers

Maybe nobody else needs the first hunk of this and I'm just out of sync, but
the uninstallfn.sh hunk is definitely needed following my previous patch to
update it for $(DESTDIR) etc.

Index: Config/installfns.sh
===================================================================
@@ -13,7 +13,7 @@
   if test -f "$sdir/$file"; then
     install="$install $file"
   else
-    install="$install `echo '' $sdir/$file | sed -e \"s% $sdir/%%g\"`"
+    install="$install `echo '' $sdir/$file | sed -e \"s% $sdir/% %g\"`"
   fi
 done
 
Index: Config/uninstallfns.sh
===================================================================
@@ -7,7 +7,7 @@
   if test -f "$sdir/$file"; then
     install="$install $file"
   else
-    install="$install `echo '' $sdir/$file | sed -e \"s% $sdir/%%g\"`"
+    install="$install `echo '' $sdir/$file | sed -e \"s% $sdir/% %g\"`"
   fi
 done
 

-- 
Bart Schaefer                                 Brass Lantern Enterprises
http://www.well.com/user/barts              http://www.brasslantern.com


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~1999-09-01 18:03 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-09-01 18:03 PATCH: Config/{un,}installfns.sh fail when not using function subdirs Bart Schaefer

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).