patch-torev 296 B

123456789101112
  1. $OpenBSD: patch-torev,v 1.5 2017/05/12 20:27:25 naddy Exp $
  2. Index: torev
  3. --- torev.orig
  4. +++ torev
  5. @@ -2,3 +2,4 @@
  6. sed -e s/pname/$name/g -e s/PNAME/$NAME/g \
  7. -e "s%#LIBDIR#%$LIBDIR%g" \
  8. - -e "s/#REVISION#/$REVISION/" $1
  9. + -e "s/#REVISION#/$REVISION/" \
  10. + -e "s@#LOCALBASE#@${LOCALBASE}@g" $1