Commit fd3b09dc authored by Andreas Jung's avatar Andreas Jung

fixed tar call

parent e0023ca6
...@@ -118,13 +118,13 @@ sdist: clobber sdist_tgz ...@@ -118,13 +118,13 @@ sdist: clobber sdist_tgz
sdist_tgz: ${BASE_DIR}/lib/python/version.txt sdist_tgz: ${BASE_DIR}/lib/python/version.txt
${MKDIR} ${TMPDIR} ${MKDIR} ${TMPDIR}
${CD} ${TMPDIR} && ${LN} ${BASE_DIR} ${PACKAGE_NAME} && \ ${CD} ${TMPDIR} && ${LN} ${BASE_DIR} ${PACKAGE_NAME} && \
${TAR} czfh ${BASE_DIR}/${PACKAGE_NAME}.tgz ${PACKAGE_NAME} \ ${TAR} czfh ${BASE_DIR}/${PACKAGE_NAME}.tgz \
--exclude=${PACKAGE_NAME}.tgz\ --exclude=${PACKAGE_NAME}.tgz\
--exclude=.svn\ --exclude=.svn\
--exclude=makefile \ --exclude=makefile \
--exclude=build-base \ --exclude=build-base \
--exclude=*~ \ --exclude=*~ \
--exclude=.#* --exclude=.#* ${PACKAGE_NAME}
${RMRF} ${TMPDIR}/${PACKAGE_NAME} ${RMRF} ${TMPDIR}/${PACKAGE_NAME}
# clobber: Make the source tree 'pristine' again. # clobber: Make the source tree 'pristine' again.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment