mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
11 lines
197 B
Bash
Executable File
11 lines
197 B
Bash
Executable File
#!/bin/sh
|
|
|
|
. config/options
|
|
|
|
SRC_DIR=`ls -d $PKG_BUILD`
|
|
|
|
BZIP2_VERSION=1.0.5
|
|
|
|
sed -i -e "s,ln -s (lib.*),ln -snf \$$1; ln -snf libbz2.so.$BZIP2_VERSION libbz2.so,g" \
|
|
$SRC_DIR/Makefile-libbz2_so
|