Fix installation path
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user