[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Patch for HPUX11 No2



Hi,


# gmake install fail with the following error message, when GNU install
is installed:

gmake[1]: Entering directory `/users/mgansser/GNU/dvd+rw-tools-5.14.4.7.4'
install -o -f /usr/local/bin  growisofs dvd+rw-format dvd+rw-booktype dvd+rw-mediainfo
install: invalid user `-f'
gmake[1]: *** [install] Error 1


another patch for  Makefile.m4 that use HPUX install when GNU install is installed

--- Makefile.m4.orig    2003-12-09 15:08:24.000000000 +0100
+++ Makefile.m4 2003-12-09 15:08:50.000000000 +0100
@@ -98,8 +98,8 @@
        $(CXX) $(CXXFLAGS) -o $@ $> $^ $(LDFLAGS) $(LDLIBS)

 install:       dvd+rw-tools
-       install -o -f /usr/local/bin  $(CHAIN)
-       install -o -f /usr/local/man/man1 growisofs.1
+       /usr/sbin/install -o -f /usr/local/bin  $(CHAIN)
+       /usr/sbin/install -o -f /usr/local/man/man1 growisofs.1
 ])
 ifelse(OS,Linux,[
 #

please commit this patch

Martin



Reply to: