[linux26] Introduced arch/config.x86-64.sh, doing a simple mapping between $SDECFG_X8...
[opensde-package-nopast.git] / www / lxr / lxr.conf
blobe1183a82c34ac3d4f021a215d8f18bc23e440a04
1 # --- SDE-COPYRIGHT-NOTE-BEGIN ---
2 # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
4 # Filename: package/.../lxr/lxr.conf
5 # Copyright (C) 2007 - 2008 The OpenSDE Project
7 # More information can be found in the files COPYING and README.
9 # This program is free software; you can redistribute it and/or modify
10 # it under the terms of the GNU General Public License as published by
11 # the Free Software Foundation; version 2 of the License. A copy of the
12 # GNU General Public License can be found in the file COPYING.
13 # --- SDE-COPYRIGHT-NOTE-END ---
16 makeopt=
18 prefix=opt/lxr
19 set_confopt
21 # Perl is mandatory, so check for existence.
22 pkgprefix -t perl
24 patch_makefile() {
25         # Make sure to find perl, so inject perl's bindir.
26         sed -i 's,^PERLBIN=.*$,PERLBIN=${pkgprefix bindir perl}/perl,' \
27                 Makefile
29         # Also make sure the installatin directory is
30         # properly injected.
31         sed -i 's,^INSTALLPREFIX=.*$,INSTALLPREFIX=${prefix},' Makefile
34 hook_add postpatch 5 'patch_makefile'