Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37494907
en ru br
Репозитории ALT
S:1.8.3-alt10
5.1: 1.8.3-alt7
4.1: 1.8.3-alt4
4.0: 1.8.3-alt4
3.0: 1.8.3-alt3
www.altlinux.org/Changes

Группа :: Система/Библиотеки
Пакет: gdbm

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Патч: gdbm-1.8.3-deb-texinfo.patch
Скачать


#!/bin/sh -e
## 01_texinfo-usr-local.dpatch by James Troup <james@nocrew.org>
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: Fix /usr/local references in Texinfo manual.
if [ $# -ne 1 ]; then
    echo >&2 "`basename $0`: script expects -patch|-unpatch as argument"
    exit 1
fi
[ -f debian/patches/00patch-opts ] && . debian/patches/00patch-opts
patch_opts="${patch_opts:--f --no-backup-if-mismatch}"
case "$1" in
       -patch) patch $patch_opts -p1 < $0;;
       -unpatch) patch $patch_opts -p1 -R < $0;;
        *)
                echo >&2 "`basename $0`: script expects -patch|-unpatch as argument"
                exit 1;;
esac
exit 0
@DPATCH@
diff -urNad /home/james/debian/packages/gdbm/gdbm-1.8.3/gdbm.texinfo gdbm-1.8.3/gdbm.texinfo
--- /home/james/debian/packages/gdbm/gdbm-1.8.3/gdbm.texinfo	2002-10-15 22:59:38.000000000 +0100
+++ gdbm-1.8.3/gdbm.texinfo	2003-05-05 15:14:21.000000000 +0100
@@ -214,7 +214,7 @@
 int gdbm_fdesc(dbf);
 @end example
 
-The @code{gdbm.h} include file is often in the @file{/usr/local/include}
+The @code{gdbm.h} include file is often in the @file{/usr/include}
 directory. (The actual location of @code{gdbm.h} depends on your local
 installation of @code{gdbm}.)
 
@@ -712,7 +712,7 @@
 and want to use @code{gdbm} files, execute the following @code{cc} command:
 
 @example
-cc ... -L/usr/local/lib -lgdbm -lgdbm_compat
+cc ... -lgdbm -lgdbm_compat
 @end example
 
 @node Conversion, Bugs, Compatibility, Top
 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin