Skip to content

Commit 34db3f7

Browse files
committed
untar into new directory
1 parent e9d2557 commit 34db3f7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,7 @@ distcheck: dist
181181
test `grep "utf8proc VERSION" CMakeLists.txt |cut -d' ' -f 4` = $(VERSION) || exit 1
182182
test `grep libutf8proc.so.$(MAJOR).$(MINOR).$(PATCH) MANIFEST | wc -l` = 3 || exit 1
183183
test `grep 'set(SO_' CMakeLists.txt |cut -d' ' -f2 | tr -d ')' | tr '\n' '.'` = $(MAJOR).$(MINOR).$(PATCH). || exit 1
184+
rm -rf utf8proc-$(VERSION)
184185
tar xzf utf8proc-$(VERSION).tar.gz
185186
make -C utf8proc-$(VERSION) check
186187
rm -rf utf8proc-$(VERSION)

0 commit comments

Comments
 (0)