Browse Source

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

stable/0.2
Christian Wiese 13 years ago
parent
commit
9dbf177f4a
1 changed files with 0 additions and 9 deletions
  1. +0
    -9
      security/libpreludedb/libpreludedb.conf

+ 0
- 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