Fix installation path

This commit is contained in:
2026-03-22 13:50:01 +02:00
parent eab039cc75
commit 87090a1c8d
3 changed files with 47 additions and 4 deletions
+2 -3
View File
@@ -6,14 +6,13 @@
# This function is used for putting downloaded files to the correct location or applying patches
prepare() {
cd "$BPM_SOURCE"
# Install libraries to /usr/lib
sed -i 's%lib64%lib%g' config/Makefile.linux
patch -Np1 -i "$BPM_WORKDIR"/glew-2.3.0-install.patch
}
# The build function is executed in the source directory
# This function is used to compile the source code
build() {
make
make STRIP=
}
# The package function is executed in the source directory