Skip to content

Commit f5b43e2

Browse files
committed
make sure to remove old include dir from previous setup attempt
1 parent 98a3088 commit f5b43e2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@ sed -i "s/%%cpp_init_description%%/$desc/g" vcpkg.json
138138
sed -i "s|%%cpp_init_url%%|$url|g" vcpkg.json
139139
sed -i "s|%%cpp_init_vcpkg_name%%|$vcpkg_name|g" vcpkg.json
140140

141+
rm -rf "include/$name"
141142
mv include/cpp_init_replace/ "include/$name"
142143

143144
sed -i "s|https://github.com/dk949/cpp-init/|$url/|g" README.md

0 commit comments

Comments
 (0)