This commit is contained in:
milisbir 2018-08-20 17:11:51 +03:00
parent 90d72f3995
commit 33ba8c4811
1 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@
# Grup: sürücü
isim=hplip-plugin
surum=3.17.6
surum=3.18.6
devir=1
kaynak=(http://www.openprinting.org/download/printdriver/auxfiles/HP/plugins/hplip-$surum-plugin.run)
@ -43,7 +43,7 @@ EOF
find "$PKG/usr/share/hplip" -type f -name "*.so" | while read f; do
lib_dir="${f%/*}"
lib_isim="${f##*/}"
ln -vsf "$lib_name" "$lib_dir/${lib_name%%-*}.so"
ln -vsf "$lib_isim" "$lib_dir/${lib_isim%%-*}.so"
done
}