File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -24,12 +24,12 @@ SHELL = /bin/sh
24
24
25
25
ROOT_PATH := .
26
26
27
- PACKAGE_NAME := $( basename $( notdir $( CURDIR ) ) )
27
+ PACKAGE_NAME := CMSIS-Atmel
28
28
PACKAGE_VERSION := 1.0.0
29
29
30
30
# -----------------------------------------------------------------------------
31
31
# packaging specific
32
- PACKAGE_FOLDER := module
32
+ PACKAGE_FOLDER := CMSIS-Atmel
33
33
34
34
ifeq (postpackaging,$(findstring $(MAKECMDGOALS ) ,postpackaging) )
35
35
PACKAGE_FILENAME =$(PACKAGE_NAME ) -$(PACKAGE_VERSION ) .tar.bz2
48
48
all : clean print_info
49
49
@echo ----------------------------------------------------------
50
50
@echo " Packaging module."
51
- tar --transform " s|module| $( PACKAGE_NAME ) - $( PACKAGE_VERSION ) |g " -- exclude=.gitattributes --exclude=.travis.yml --exclude-vcs -cjf " $( PACKAGE_NAME) -$( PACKAGE_VERSION) .tar.bz2" " $( PACKAGE_FOLDER) "
51
+ tar --exclude=.gitattributes --exclude=.travis.yml --exclude=.git -cjf " $( PACKAGE_NAME) -$( PACKAGE_VERSION) .tar.bz2" " $( PACKAGE_FOLDER) "
52
52
$(MAKE ) --no-builtin-rules postpackaging -C .
53
53
@echo ----------------------------------------------------------
54
54
You can’t perform that action at this time.
0 commit comments