Skip to content

Commit a062620

Browse files
committed
Rename 'packages' directory to 'contrib'.
git-svn-id: https://svn.rinrab.com/rinrab/xdigest/trunk@6314 0083e6b4-6090-234a-836e-88fcc467669c
1 parent 635a21f commit a062620

5 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ jobs:
2727
- name: Validate package
2828
uses: heyhusen/archlinux-package-action@v3.0.0
2929
with:
30-
path: packages/archlinux
30+
path: contrib/archlinux

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ endif
4646
test-vcpkg:
4747
vcpkg remove xdigest --triplet $(VCPKG_TRIPLET)
4848
vcpkg install xdigest[$(VCPKG_FEATURES)] --enforce-port-checks \
49-
--overlay-ports=packages/vcpkg --head --triplet $(VCPKG_TRIPLET)
49+
--overlay-ports=contrib/vcpkg --head --triplet $(VCPKG_TRIPLET)
5050

5151
# TODO: checksum
5252
OPENSSL_VERSION = 3.6.0

0 commit comments

Comments
 (0)