Skip to content
This repository has been archived by the owner on Jun 9, 2018. It is now read-only.

Commit

Permalink
update target install
Browse files Browse the repository at this point in the history
  • Loading branch information
fperrad committed Sep 6, 2009
1 parent 088043d commit 9f8e27f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions config/makefiles/ops.in
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ VERSION_DIR := @versiondir@
INCLUDE_DIR := @includedir@$(VERSION_DIR)
LIB_DIR := @libdir@$(VERSION_DIR)
STAGING_DIR := ../../dynext
#INSTALL_DIR := $(LIB_DIR)/languages/wmlscript/dynext
INSTALL_DIR := $(LIB_DIR)/dynext
INSTALL_DIR := $(LIB_DIR)/languages/wmlscript/dynext

# Set up extensions
LOAD_EXT := @load_ext@
Expand Down
3 changes: 1 addition & 2 deletions config/makefiles/pmc.in
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ LIB_DIR := @libdir@$(VERSION_DIR)
SRC_DIR := @srcdir@$(VERSION_DIR)
TOOLS_DIR := @libdir@$(VERSION_DIR)/tools/lib
STAGING_DIR := ../../dynext
#INSTALL_DIR := $(LIB_DIR)/languages/wmlscript/dynext
INSTALL_DIR := $(LIB_DIR)/dynext
INSTALL_DIR := $(LIB_DIR)/languages/wmlscript/dynext

# Set up extensions
LOAD_EXT := @load_ext@
Expand Down
1 change: 1 addition & 0 deletions config/makefiles/root.in
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,7 @@ install: installable
$(CHMOD) 0755 $(BIN_DIR)/parrot-wmlsd@exe@
-$(MKPATH) $(LIB_DIR)/languages/wmlscript
$(CP) *.pbc $(LIB_DIR)/languages/wmlscript
$(CP) wmlscript/*.pbc $(LIB_DIR)/languages/wmlscript
-$(MKPATH) $(LIB_DIR)/languages/wmlscript/library
$(CP) library/*.pbc $(LIB_DIR)/languages/wmlscript/library
-$(MKPATH) $(MANDIR)/man1
Expand Down

0 comments on commit 9f8e27f

Please sign in to comment.