File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed
Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 11/buildbot export-ignore
22/debian export-ignore
3- /tools export-ignore
43/debian export-ignore
54/gentoo export-ignore
65/images export-ignore
76/rpm export-ignore
87/wxsmith export-ignore
98/formbuilder export-ignore
10-
Original file line number Diff line number Diff line change @@ -414,10 +414,9 @@ add_custom_target(dist cd ${CMAKE_SOURCE_DIR} &&
414414 )
415415
416416# setup make distcheck
417- add_custom_target (distcheck cd ${CMAKE_BINARY_DIR} &&
417+ add_custom_target (distcheck + cd ${CMAKE_BINARY_DIR} &&
418418 rm -rf ${PACKAGE_NAME} -${PACKAGE_VERSION} &&
419- gzip -df ${PACKAGE_NAME} -${PACKAGE_VERSION} .tar.gz &&
420- tar -xf ${PACKAGE_NAME} -${PACKAGE_VERSION} .tar &&
419+ tar -xzf ${PACKAGE_NAME} -${PACKAGE_VERSION} .tar.gz &&
421420 cd ${PACKAGE_NAME} -${PACKAGE_VERSION} / &&
422421 cmake . && make
423422 )
You can’t perform that action at this time.
0 commit comments