From 32d6c406c39476ef6fb266256d5c45eee9ba733b Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Tue, 21 Jan 2014 13:38:47 -0600 Subject: [PATCH] Fixed installation with SunOS' install(1) program --- doc/scripts/docbook.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/scripts/docbook.sh b/doc/scripts/docbook.sh index a9d498c..cd4286d 100755 --- a/doc/scripts/docbook.sh +++ b/doc/scripts/docbook.sh @@ -1,6 +1,6 @@ #!/bin/sh #$Id$ -#Copyright (c) 2012-2013 Pierre Pronchery +#Copyright (c) 2012-2014 Pierre Pronchery # #Redistribution and use in source and binary forms, with or without #modification, are permitted provided that the following conditions are met: @@ -123,7 +123,7 @@ while [ $# -gt 0 ]; do #install if [ "$install" -eq 1 ]; then $DEBUG $MKDIR -- "$instdir" || exit 2 - $DEBUG $INSTALL -- "$target" "$instdir/$target" || exit 2 + $DEBUG $INSTALL "$target" "$instdir/$target" || exit 2 continue fi