Browse Source

claws-mail: changed to use default prefix instead of 'opt/claws-mail' (IssueID #98)

stable/0.2
Christian Wiese 14 years ago
parent
commit
96993f9096
  1. 6
      mail/claws-mail/claws-conf.in

6
mail/claws-mail/claws-conf.in

@ -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/.../claws-mail/claws-conf.in # Filename: package/.../claws-mail/claws-conf.in
# Copyright (C) 2006 The OpenSDE Project # Copyright (C) 2006 - 2011 The OpenSDE Project
# #
# More information can be found in the files COPYING and README. # More information can be found in the files COPYING and README.
# #
@ -14,9 +14,7 @@
if [ "$prefix_auto" = 1 ]; then if [ "$prefix_auto" = 1 ]; then
prefix_auto=0 prefix_auto=0
if [ "$pkg" == "claws-mail" ]; then if [ "$pkg" != "claws-mail" ]; then
prefix="opt/claws-mail"
else
pkgprefix -t claws-mail pkgprefix -t claws-mail
prefix=$( pkgprefix claws-mail ) prefix=$( pkgprefix claws-mail )
fi fi

Loading…
Cancel
Save