Browse Source

foomatic-db-engine: changed to install perl modules into perl's 'vendor' directory

Note:

According to http://search.cpan.org/dist/perl/INSTALL#Installation_Directories
this is the right place for distributions which build binary packages of perl
add-on modules.
user/chris/toolchain/0.3
Christian Wiese 12 years ago
parent
commit
4d33fd7853
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      printing/foomatic-db-engine/foomatic-db-engine.conf

+ 3
- 1
printing/foomatic-db-engine/foomatic-db-engine.conf

@ -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/.../foomatic-db-engine/foomatic-db-engine.conf # Filename: package/.../foomatic-db-engine/foomatic-db-engine.conf
# Copyright (C) 2007 The OpenSDE Project
# Copyright (C) 2007 - 2012 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.
# #
@ -13,3 +13,5 @@
# --- SDE-COPYRIGHT-NOTE-END --- # --- SDE-COPYRIGHT-NOTE-END ---
hook_add preconf 5 './make_configure' hook_add preconf 5 './make_configure'
var_append makeopt ' ' "PERL_INSTALLDIRS=vendor"

Loading…
Cancel
Save