File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -92,11 +92,12 @@ jobs:
9292 mkdir -p "hostdir/sources/vuru-$VERSION"
9393
9494 # Create source tarball
95- mkdir -p "$DIST_TMP/vup-v$VERSION"
96- cp -r "$VUP_DIR/vuru" "$DIST_TMP/vup-v$VERSION/"
95+ mkdir -p "$DIST_TMP/vuru-$VERSION"
96+ # Copy content of vuru folder into the root of the release dir
97+ cp -r "$VUP_DIR/vuru/." "$DIST_TMP/vuru-$VERSION/"
9798
9899 cd "$DIST_TMP"
99- tar -czf "source.tar.gz" "vup-v $VERSION"
100+ tar -czf "source.tar.gz" "vuru- $VERSION"
100101
101102 # Move to void-packages distfiles
102103 mv "source.tar.gz" "$VOID_DIR/hostdir/sources/vuru-$VERSION/v$VERSION.tar.gz"
Original file line number Diff line number Diff line change @@ -11,4 +11,3 @@ license="MIT"
1111homepage="https://github.com/void-linux/vup"
1212distfiles="https://github.com/void-linux/vup/archive/refs/tags/v${version}.tar.gz"
1313checksum="0000000000000000000000000000000000000000000000000000000000000000"
14- wrksrc="vup-v${version}/vuru"
You can’t perform that action at this time.
0 commit comments