Skip to content

Commit ae7d327

Browse files
committed
fix: fpm deployment script for removing files
1 parent 8363df5 commit ae7d327

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ci/fpm-deployment.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,12 @@ include=(
2323
"ci/fpm.toml"
2424
"LICENSE"
2525
"VERSION"
26-
"include/common.fypp"
2726
)
2827

2928
# Files to remove from collection
3029
prune=(
3130
"$destdir/test/test_hash_functions.f90"
32-
"$destdir/src/common.f90"
31+
"$destdir/include/common.f90"
3332
"$destdir/src/f18estop.f90"
3433
)
3534

0 commit comments

Comments
 (0)