Browse Source

libprelude: changed to use prefix='usr' instead of 'opt/prelude' (IssueID #83)

stable/0.2
Christian Wiese 14 years ago
parent
commit
d7dec90e17
  1. 2
      security/libprelude/libprelude.conf

2
security/libprelude/libprelude.conf

@ -13,7 +13,7 @@
# 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 if [ $prefix_auto = 1 ] ; then
prefix="opt/prelude" prefix="usr"
set_confopt set_confopt
fi fi

Loading…
Cancel
Save