|
|
@ -2,7 +2,7 @@ |
|
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|
|
# |
|
|
# |
|
|
# Filename: package/.../bglibs/bglibs.conf |
|
|
# Filename: package/.../bglibs/bglibs.conf |
|
|
# Copyright (C) 2010 The OpenSDE Project |
|
|
|
|
|
|
|
|
# Copyright (C) 2010 - 2015 The OpenSDE Project |
|
|
# Copyright (C) 2004 - 2006 The T2 SDE Project |
|
|
# Copyright (C) 2004 - 2006 The T2 SDE Project |
|
|
# |
|
|
# |
|
|
# More information can be found in the files COPYING and README. |
|
|
# More information can be found in the files COPYING and README. |
|
|
@ -12,13 +12,9 @@ |
|
|
# the Free Software Foundation; version 2 of the License. A copy of the |
|
|
# the Free Software Foundation; version 2 of the License. A copy of the |
|
|
# GNU General Public License can be found in the file COPYING. |
|
|
# GNU General Public License can be found in the file COPYING. |
|
|
# --- SDE-COPYRIGHT-NOTE-END --- |
|
|
# --- SDE-COPYRIGHT-NOTE-END --- |
|
|
if [ "$prefix_auto" = 1 ]; then |
|
|
|
|
|
prefix="usr/bglibs" |
|
|
|
|
|
set_confopt |
|
|
|
|
|
docdir="usr/share/doc/bglibs" |
|
|
|
|
|
fi |
|
|
|
|
|
|
|
|
|
|
|
bglibs_conf() { |
|
|
bglibs_conf() { |
|
|
|
|
|
docdir="usr/share/doc/bglibs" |
|
|
echo "$root/$prefix" > conf-home |
|
|
echo "$root/$prefix" > conf-home |
|
|
echo "$root$bindir" > conf-bin |
|
|
echo "$root$bindir" > conf-bin |
|
|
echo "$root$includedir" > conf-include |
|
|
echo "$root$includedir" > conf-include |
|
|
|