Skip to content

Commit

Permalink
Fix config vars: bin_dir -> bindir, lib_dir -> libdir
Browse files Browse the repository at this point in the history
  • Loading branch information
bschmalhofer committed Apr 17, 2009
1 parent 31f8a10 commit d170576
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build/templates/Makefile.in
Expand Up @@ -2,8 +2,8 @@

# configuration settings
VERSION_DIR := @versiondir@
BIN_DIR := @bin_dir@
LIB_DIR := @lib_dir@$(VERSION_DIR)
BIN_DIR := @bindir@
LIB_DIR := @libdir@$(VERSION_DIR)
DOC_DIR := @doc_dir@$(VERSION_DIR)
MANDIR := @mandir@$(VERSION_DIR)

Expand Down
2 changes: 1 addition & 1 deletion build/templates/lib/Pipp/FindParrot_pm.in
@@ -1,6 +1,6 @@
# Set up @INC, so that the Parrot::* modules of an installed Parrot is found

use lib '@lib_dir@@versiondir@/tools/lib';
use lib '@libdir@@versiondir@/tools/lib';

package Pipp::FindParrot;

Expand Down

0 comments on commit d170576

Please sign in to comment.