Browse Source

Removed version from binary module tarball. Did this to ease the

interface with the binary module LabRats.


git-svn-id: https://svn.microneil.com/svn/PKG-SNF4CGP-NIX/trunk@89 7ef522f6-be79-40a8-b7df-0a85b3383509
master
adeniz 13 years ago
parent
commit
33ac164328
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      SNF4CGP_Developer_Package/Makefile.am

+ 1
- 1
SNF4CGP_Developer_Package/Makefile.am View File

TEMP_DIR=CGPSNF-TEMP TEMP_DIR=CGPSNF-TEMP
MOD_DIR=CGPSNF MOD_DIR=CGPSNF
MOD_PATH=$(TEMP_DIR)/$(MOD_DIR) MOD_PATH=$(TEMP_DIR)/$(MOD_DIR)
MOD_TARBALL=CGPSNF-$(VERSION)-MODULE.tar.gz
MOD_TARBALL=CGPSNF-MODULE.tar.gz
module: module:
rm -rf $(TEMP_DIR) rm -rf $(TEMP_DIR)
mkdir $(TEMP_DIR) mkdir $(TEMP_DIR)

Loading…
Cancel
Save