Skip to content

Commit

Permalink
Update unypkg-mariadb-build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
michacassola committed Nov 14, 2024
1 parent 5f0a5c1 commit 2ec4cbd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion unypkg-mariadb-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,9 @@ cmake -DCMAKE_BUILD_TYPE=Release \
make -j"$(nproc)"
make -j"$(nproc)" install
mkdir /uny/pkg/"$pkgname"/"$pkgver"/etc
mkdir /uny/pkg/"$pkgname"/"$pkgver"/etc/my.cnf.d
cp -a /etc/uny/mariadb/* /uny/pkg/"$pkgname"/"$pkgver"/etc
cp -a /etc/my.cnf.d7* /uny/pkg/"$pkgname"/"$pkgver"/etc/my.cnf.d
####################################################
### End of individual build script
Expand Down

0 comments on commit 2ec4cbd

Please sign in to comment.