Ignore:
Timestamp:
Oct 27, 2006, 10:53:18 AM (17 years ago)
Author:
Jari Häkkinen
Message:

Fixed installation problems. Changed default installation path.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/se/lu/thep/affymetrix/Makefile

    r172 r189  
    6464
    6565# The directory, relative to $(BASEROOT), where to install the plug-in
    66 RELPLUGINDIR ?= plugins/se/lu/thep/affymetrix
     66RELPLUGINDIR ?= www/plugins/se/lu/thep/affymetrix
    6767PLUGINDIR ?= $(BASEROOT)/$(RELPLUGINDIR)
    6868
     
    7474BINPACKAGEFILE = base_rmaexpress_plugin-$(VERSION)
    7575# Files to include in binary distributions
    76 SRCDISTFILES = ChangeLog COPYING INSTALL Makefile README RMAExpress.java
     76SRCDISTFILES = AUTHORS ChangeLog COPYING INSTALL Makefile README RMAExpress.java
    7777# Binary package name
    7878SRCPACKAGEFILE = base_rmaexpress_plugin-$(VERSION)-src
     
    100100  cp -p RMAExpress.jar $(PLUGINDIR)
    101101
     102install-precompiled:
     103  mkdirhier $(PLUGINDIR)
     104  cp -p RMAExpress.jar $(PLUGINDIR)
     105
    102106$(JAR): RMAExpress.class
    103107  @echo Creating $(JAR)
Note: See TracChangeset for help on using the changeset viewer.