tag 361575 patch
thanks dude

> > sed 's|%%PREFIX%%|/usr|g ; \
> >                   s|%%LOCALBASE%%|/usr|g ; \
> >                   s|%%X11BASE%%|/usr/X11R6|g' manedit.1 > manedit.1.out
> > sed: -e expression #1, char 113: unterminated address regex
> > make[1]: [manpage] Error 1 (ignored)

Putting everything on the same line seems to fix the issue.

-- 
adn
Mohammed Adnène Trojette
--- debian/patches/01_fix_makefile.dpatch       2006-04-21 01:56:13.000000000 
+0200
+++ debian/patches/01_fix_makefile.dpatch.new   2006-04-21 01:55:49.000000000 
+0200
@@ -26,7 +26,7 @@
 diff -urNad 
/home/rene/Debian/Pakete/manedit/manedit-0.5.9/manedit/makefile_append.ini 
manedit-0.5.9/manedit/makefile_append.ini
 --- /home/rene/Debian/Pakete/manedit/manedit-0.5.9/manedit/makefile_append.ini 
2003-04-23 20:01:07.000000000 +0200
 +++ manedit-0.5.9/manedit/makefile_append.ini  2003-04-23 20:01:44.000000000 
+0200
-@@ -20,33 +20,33 @@
+@@ -20,33 +20,32 @@
  OBJ_CPP = $(SRC_CPP:.cpp=.o)
  .c.o:
        @echo "Compiling module $*.o"
@@ -54,11 +54,12 @@
  manpage:
 -      @echo "Generating manual page $(BIN).1.bz2"
 -      @-$(SED) 's|%%PREFIX%%|$(PREFIX)|g ; \
+-                  s|%%LOCALBASE%%|${LOCALBASE}|g ; \
+-                  s|%%X11BASE%%|${X11BASE}|g' $(BIN).1 > $(BIN).1.out
+-      @-$(BZIP2) $(BIN).1.out --stdout > $(BIN).1.bz2
 +      @echo "Generating manual page $(BIN).1.gz"
 +      -$(SED) 's|%%PREFIX%%|$(PREFIX)|g ; \
-                   s|%%LOCALBASE%%|${LOCALBASE}|g ; \
-                   s|%%X11BASE%%|${X11BASE}|g' $(BIN).1 > $(BIN).1.out
--      @-$(BZIP2) $(BIN).1.out --stdout > $(BIN).1.bz2
++                 s|%%LOCALBASE%%|${LOCALBASE}|g ; s|%%X11BASE%%|${X11BASE}|g' 
$(BIN).1 > $(BIN).1.out
 +      -$(GZIP) $(GZIPFLAGS) $(BIN).1.out --stdout > $(BIN).1.gz
  
  modules: $(OBJ_C) $(OBJ_CPP)

Reply via email to