Package: vcg
Version: 1.30debian-3
Followup-For: Bug #270899

Upstream build system is concerned.

How about the attached patch?

It does no harm to me.


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.15-1-686-smp
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages vcg depends on:
ii  libc6                     2.3.6-3        GNU C Library: Shared libraries an
ii  libx11-6                  6.9.0.dfsg.1-4 X Window System protocol client li
ii  libxext6                  6.9.0.dfsg.1-4 X Window System miscellaneous exte

vcg recommends no packages.

-- no debconf information
--- vcg-1.30debian.orig/demo/Makefile
+++ vcg-1.30debian/demo/Makefile
@@ -175,7 +175,7 @@
 # We do not install everything but only the useful tools
 #
 install: $(INSTALLBINARIES)
-       - $(INSTALLDIR) $(BINDIR)
+       $(INSTALLDIR) $(BINDIR)
        for i in $(INSTALLBINARIES) ;\
        do \
        m=`echo $(INSTALL) | $(SED) -e "s/dummy/$$i/g"`; \
--- vcg-1.30debian.orig/man/Makefile
+++ vcg-1.30debian/man/Makefile
@@ -103,7 +103,7 @@
 # We do not install everything but only the useful tools
 #
 install: $(MANFILES) 
-       -$(INSTALLDIR) $(MANDIR)
+       $(INSTALLDIR) $(MANDIR)
        $(CP) vcg.man xvcg.man
        for i in $(INSTALLMANPAGES) xvcg;\
        do \
--- vcg-1.30debian.orig/src/Makefile
+++ vcg-1.30debian/src/Makefile
@@ -262,7 +262,7 @@
 # We do not install everything but only the useful tools
 #
 install: $(INSTALLBINARIES)
-       -$(INSTALLDIR) $(BINDIR)
+       $(INSTALLDIR) $(BINDIR)
        for i in $(INSTALLBINARIES) ;\
        do \
        m=`echo $(INSTALL) | $(SED) -e "s/dummy/$$i/g"`; \

Reply via email to