hamlib configure fix

this was putting them into a directory not in path for default systems I dont think
pull/440/head
Kelly 2022-10-16 16:32:51 -07:00 zatwierdzone przez GitHub
rodzic bb05b24ed9
commit 433a8cd1c5
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -206,7 +206,7 @@ HAMLIB() {
tar -xzf hamlib-${NEWRIG}.tar.gz
rm hamlib-${NEWRIG}.tar.gz
cd hamlib-${NEWRIG} || return
./configure --with-python-binding PYTHON_VERSION='3.9' --prefix=$HOME/local
./configure --with-python-binding
make
sudo make install
sudo ldconfig