Browse Source

* changed nepenthes default prefix to /opt/nepenthes

git-svn-id: svn://svn.opensde.net/opensde/package/trunk@21964 10447126-35f2-4685-b0cf-6dd780d3921f
early
Christian Wiese 18 years ago
parent
commit
56a72e41cf
  1. 5
      network/nepenthes/nepenthes.conf

5
network/nepenthes/nepenthes.conf

@ -12,6 +12,11 @@
# GNU General Public License can be found in the file COPYING.
# --- SDE-COPYRIGHT-NOTE-END ---
if [ $prefix_auto = 1 ] ; then
prefix="opt/nepenthes"
set_confopt
fi
# we patch configure.ac
hook_add preconf 5 "aclocal ; autoconf ; automake --add-missing"

Loading…
Cancel
Save