Browse Source

libpreludedb: changed to use default prefix instead of 'opt/prelude'

stable/0.2
Christian Wiese 14 years ago
parent
commit
9dbf177f4a
  1. 9
      security/libpreludedb/libpreludedb.conf

9
security/libpreludedb/libpreludedb.conf

@ -13,15 +13,6 @@
# GNU General Public License can be found in the file COPYING.
# --- SDE-COPYRIGHT-NOTE-END ---
if [ $prefix_auto = 1 ] ; then
if [ "$SDECFG_PKG_PRELUDE_PREFIX" ] ; then
prefix="$SDECFG_PKG_PRELUDE_PREFIX"
else
prefix="opt/prelude"
fi
set_confopt
fi
# Perl bindings
if pkginstalled perl; then
# always install into perl 'vendor' directory

Loading…
Cancel
Save